Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.99 KB

File metadata and controls

55 lines (36 loc) · 1.99 KB

Music Player App

GitHub last commit GitHub code size in bytes GitHub language count GitHub top language Netlify Status

This project was originally created with Create React App, and then migrated to using Vite

It is a Lofi Music player that fetches songs from ChillHop which fetches from firebase on load and also has a darktheme.

Netlify Demo

Codesandbox Demo

Available Scripts

In the project directory, you can run:

yarn start or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Purpose of Project

To get familiar with using React.js by completing this project by DevEd.

Technologies used:

  • React.js
  • Vite
  • SASS
  • HTML
  • Netlify
  • Firebase: analytics, firestore, realtime-database

Challenges faced:

  • Lacking of state management system