Built using the MERN stack (MongoDB, Express.js, React.js, Node.js), a web application which allows the user to view the current week's Billboard Hot 100 list, and add/remove songs as 'favorites'.
A live version of this app is hosted on Heroku, located at [https://polco-hot-100-app.herokuapp.com/] (https://polco-hot-100-app.herokuapp.com/)
After cloning the repository, in the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser. Backend API requests are made to http://localhost:5000.