I created this app for the final project submission in Codepath's Web Development course.
The idea of the app is to provide a space for users to share the memories they might associate with a piece of music. I love music and have lots of memories that I associate with different songs. I figured others might have simmilar experiences with music and this is a platform designed to share these experiences.
This project is built using React and Supabase. Supports the basic Create, Read, Update and Delete operations for user posts. It also has search, voting, and sorting functionalities for posts.
Here's a walkthrough video:
GIF created with LICEcap
With the appropriate .env file, this project setup can be set up as follows:
git clone https://github.com/Kiduzk/codepath_web102_final.git
cd codepath_web102_final
npm i
npm run dev
- User authentication
- Have builtin directory of music/artists that users can search
- Deployment