This app populates a list of recent movies, allowing users to sign up, sign in, and/or select and save favorite movie information. Built in 9 days by David Starr Dunn, Marika Ross, and Joel O'Connor with React, Redux, React-Router, and a Postgres database.
This repo contains the front end for MovieTracker, and goes together with the backend found here: https://github.com/turingschool-examples/movie-tracker
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone the repository:
git clone https://github.com/marikaross/movie-tracker-fe/
npm install
npm start
- David Starr Dunn - Initial work
- Marika Ross - Initial work
- Joel O'connor - Initial work
- This project is part of the Turing School of Software & Design Front End Development curriculum.