A personal project by Kara Caputo and Alyssa Bull
This movie database app allows users to view movies details, trailers, and average ratings fetched from an API. Upon logging in, a user can rate movies as well.
After completing a simplified version of this project as part of Module 3 of the Turing School of Software and Design's Front-End Engineering Program, we decided to rebuild the app with dramatically increased functionality, improved UX, and a responsive UI.
- Lighthouse Accessibility Score: 91% for browser view / 100% for mobile view
- React
- React Router
- REST API
- Jest
- Sass
Download Instructions
- Clone the repo -
git@github.com:kncaputo/underrated.git - Install NPM packages -
npm install - Start the application -
npm start
To view the test suite:
- Run
npm testin your terminal
- Deployed Site
- Project Repository: https://github.com/kncaputo/underrated
- Kara Caputo - GitHub: https://github.com/kncaputo
- Alyssa Bull - GitHub: https://github.com/alyssabull
- Lucy Conklin - Code Reviews
