Code Monkey home page Code Monkey logo

cloud-computing-project-music-application-'s Introduction

Octave

A Music Streaming Web App developed with ReactJs๐Ÿš€ and Firebase๐Ÿ”ฅ

Click Here to view the Live Website

Technology Used

React Redux Firebase Material-UI React-Router-Dom



๐Ÿ“ธ Design Preview

Functionalities

  • SongList (Current Playlist)
    User can add and remove Songs to the SongList. SongList is Implemented using Browser's Session Storage for saving the Songlist temporarily for the Current Session.

  • Favourites and Playlist
    User can add songs to their Favourites List or can create their own Playlist.

  • Recently Played Songs
    The Recently Played Songs are stored in Local Storage.

  • Media Session API
    Media Session allows the user to Control the playing song using Keyboard buttons. Essentially allowing user to know what song is playing and to control it, without needing to open the Webpage. Check src/Player.js Component for the code Implementation. (Click Here to see the Docs)

๐Ÿ›  Setup (development)

  • Clone the repo, and cd into it
  • Install all the dependencies from package.json
  • Create a firebase project and enable Firestore database, Google login and Email-Password for Authentication
  • Create a file .env and place firebase project Keys inside as shown in .env.example
  • Run app by typing npm start in command line
  • Make sure to read the Note section below to know about setting up Indexes in firestore

๐Ÿ“ Note

You will have to create an Index in firestore, as PlayListPage, LibraryPage uses Nested Queries to fetch data from Firestore. While Developing in localhost there will be an error in Browser console stating you to create an Index in Firestore. That Error will provide a link to create an Index in Firestore , you can click on the link and create an Index. (This Error will be solved after that particular Index is created)

cloud-computing-project-music-application-'s People

Contributors

snaik4398 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.