Muziko is a web app designed to allow music lovers to communicate and express opinions. Users can search and (after logging in) leave comments on songs, albums, and artists.
Muziko is built using React, using Tailwind CSS and daisyUI components.
In the project directory, you can run: npm start to run the app in the
development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
- Threaded replies.
- Follow/like topics to access them easily. Add these to the recommendation system.
- Profile / account management page
- More detailed topic pages.
- Replace all remaining hardcoded English text (including validation error messages).
- About page.
- Improve domain class construction with factory methods.