Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.13 KB

Movie Tracker

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.

Getting Started

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.

Prerequisites

Clone the repository:

git clone https://github.com/marikaross/movie-tracker-fe/

Installing

npm install
npm start

Authors

Acknowledgments

  • This project is part of the Turing School of Software & Design Front End Development curriculum.