React application to browse your favorite Movies and save them to a watchlist or favorites list
The development branch deploys here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/chingu-voyages/v24-geckos-team-03.git
- Run npm install inside project root directory
npm install
- Start the server
npm run start
- React - The JavaScript framework used