Ever been curious about what movies are currently out in theaters and wish you could get more info about them? Welcome to Movie Tracker where you can sign in, see the latest movies, and favorite them for later.
MovieSnag uses the Movie DB API to provide the user a database of multitudes of popular films. Designed to practice the usage of Redux store combined with a React application. The application's componenents are fully tested using the Jest testing suite.
- Scott Schipke- github account
- Kirk Veitch - github account
- The Movie DataBase API
- Favorites Backend
- React
- Redux
- React Router
- Enzyme/Jest
- JavaScript
- SCSS
This was a group project for Mod Three at Turing. The major focus was to further develop our skills utilizing React while learning the new processes of Redux. All while further honing our understanding of network requests with an API and backend. It was extremely important for us to work on our expertise, while focusing on testing as much as possible during the one week project.
- Clone down the repo GitHub Repository Link
- Switch to the cloned directory
- in your terminal run
npm install
- Then run
npm start
- Clone down the repo Favorites Backend
- Switch to the cloned directory
- in your terminal run
npm install
- Then run
npm start