- Clone down the following repo and run npm install: https://github.com/turingschool-examples/movie-tracker
- Follow the instructions in the README to setup postgresSQl.
- Run npm start - visit localhost:3000/api/users - you should see a json response with a single user.
- Clone down this repo
- Run npm install from the root directory
- Run npm start and visit localhost:3001 in your browser
We created an app for a user looking to keep track of her favorite films and tv shows. By creating an account and scrolling through the list of cutting edge content, the user can save and edit a catalog of her favorite films and series.
- 100% testing
- Arrows indicating left and right scrollability
- Combining Movies and TV Shows fetch methods
- React/Redux/Router
- HTML
- SCSS
Jest and Enzyme for front-end testing. Run npm test from the root directory

