Skip to content

This code repository includes a music app built with React.js, Firebase, and more.

License

Notifications You must be signed in to change notification settings

enesakkose/music-player

Repository files navigation

Music-player

Overview

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

Demo

screen-recording+.1._out.webm
mobile_out.webm

Screenshots

Desktop

Mobile Devices

Built With

Firebase

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:

https://firebase.google.com

Styling

This project uses SASS and css-modules.

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

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.

https://sass-lang.com

Packages