This project is a simple site, built with React and Redux, that displays the most recent movies to be released. The user may sekect a movie poster and will be presented with information about that particular movie. If the user creates an account and logs in, the user may favorite individual movies and display only those movies.
Simply start by cloning this repo for front end and the following repo for the back end in sepreate folders:
git clone git@github.com:hndfaw/movie-tracker-app.git
git clone git@github.com:turingschool-examples/movie-tracker.git
Once you have cloned the repos, to install the library dependencies. Run:
npm install
Run npm start
in your terminal. Go to http://localhost:3000/
and you should see a live version of the application if installed correctly.
Home Page:
Log In / Sign Up:
individual Movie:
Further knowledge on the following technologies/principles:
- ReactJS
- Redux
- Thunks
- JSX
- Jest and Enzyme Testing
- Fetch API's
- Asynchronous JS and Testing
- Router
- GitHub Issues
- SCSS