The main goal of this project is to create a music app with reactjs, where users can listen to music, create custom playlist, comment to playlists and follow each other.
You can login to the site with the following information:
Username: [email protected]
Password: 123456
screen-recording+.1._out.webm
mobile_out.webm
This project uses to Firebase for database management and authentication process. Firebase is a Backend-as-a-Service app developer platform that provides developers hosted backend services such as a realtime database, cloud database, cloud storage, authentication, and more.
For more information, see:
This project uses SASS and css-modules.
CSS Module provides use the same class names in multiple files with gives unique name. Every class name is scoped locally to the specific component in which it is being imported.
https://github.com/css-modules/css-modules
SASS (Syntactically Awesome Style Sheets) is a pre-processor scripting language that will be compiled or interpreted into CSS. The SCSS syntax (.scss) is used most commonly.