Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.8 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.8 KB

Movie Tracker

Description

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.

Setup

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.

Screenshots

Home Page:

Screen Shot 2019-07-24 at 8 30 46 AM

Log In / Sign Up:

Screen Shot 2019-07-24 at 8 32 45 AM

Screen Shot 2019-07-24 at 8 33 14 AM

individual Movie:

Screen Shot 2019-07-24 at 8 33 47 AM

Emphasis of the Project

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