Users can browse movies that are in theaters. Users can also sign-up and login to favorite movies they are interested in.
- clone down this repo
- run npm install
- run npm start
- clone the backend repo https://github.com/turingschool-examples/movie-tracker
- follow instructions in the repo
- start backend first(local 3000) before starting frontend ui(local 3001)
- React
- React Router
- SASS
- Redux
- Tested with Jest/Enzyme
- Implement Redux and Redux thunks
- Use React router for dynamic multi page rendering
- Redux testing
- Async methods testing
- Learning other fetching methods
- Wireframing and Modular file structures