Clone back-end repo: git clone https://github.com/turingschool-examples/movie-tracker.git
Run npm install
from root directory
Run npm start
Clone this repo: git clone git@github.com:kaohman/movie-tracker-app.git
Run npm install
from root directory
Run npm start
and visit localhost:3001 in your browser
This is a Movie Tracker app where users can view popular movies and sign-in to track their favorites. This project was our first app using Redux, React Router, and making fetch calls to a Postgres database. View original assigment here.
- ReactJS
- Redux
- React Router
- Jest
- Enzyme
- SASS/SCSS
- MovieDB API
- Postgres
Jest and Enzyme for front-end testing. Run npm test from the root directory
- Add favorites button to movie details
- Deploy website on Heroku
- Regular expressions on email inputs so only valid emails are accepted