MoodSync is a mood-based music recommendation app where users can select their mood and instantly get a list of songs that match their vibe. Built using React, Node.js, HTML, and CSS, this is a basic project developed to explore and understand fundamental Web Technology concepts. Steps to run: cd backend npm install node server.js cd frontend npm install npm start