hndfaw / movie-tracker-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 85.4%Language:CSS 11.7%Language:HTML 2.8%