This is a simple song browser web app created for music-lovers who wish to search and find songs they like and manage their own playlists.
Implemented Features: Authentication, view/add/delete playist, add/delete/view songs in playlist, search/view songs
The project is a Next.js project bootstrapped with create-next-app
.
- Jiaqian Yu, jy558
- Yuchi Hsieh, yh573
- Xin Li, xl847
- Anni Zhang, az543
[https://github.com/VVV-526/SongBrowser]
[https://console.firebase.google.com/u/0/project/song-browser/overview]
[] Failed to deploy because of a small bug when acquiring image url in the program:( will fix it soon!
Pull the project and run
yarn install
Enter the directory and run the development server:
yarn dev
We are using bootstrap UI toolkit, MUI toolkit and self-defined styles.
Open http://localhost:3000 to see the result.
Check the pages in /pages
and components in /components