Description: Rate Your Music, is a simple web application designed to help you keep track of your favorite music albums and their ratings. This app allows users to add new albums, rate them using a star-based system, and delete albums when needed. Ratings are saved locally, ensuring they persist across sessions.
Link to project: https://ratings-app-2.onrender.com
How It's Made: Tech used: HTML, CSS, JavaScript, Node.js, Express, MongoDB, Mongoose, Passport.js, EJS, Bootstrap
Features: User Authentication: Implements Passport.js for secure local authentication, ensuring user data protection. Sorting: Allows users to sort their music from most-stars to least-stars.
Lessons Learned: Working with MongoDB Atlas taught me about cloud databases and the advantages of managed database services over local installations.