Description: Digital Diary, is a simple web application designed to help users practice gratitude digitally. This app allows users to add new gratitude journal entries, and retrieve previous ones. Entries are saved locally, ensuring they persist across sessions.
Link to project: https://journal-app-1-jn2i.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.