Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.17 KB

Movie Library w/ ReactJS

Thumbnail

A Movie Library made with ReactJS using The Movie Database API

Getting Started

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

You need to create an API KEY in The Movie Database API Create an .env.local file on the root of the project and put your API key

REACT_APP_API=yourapikeyhere

Installing

Clone the Repository and run

npm install
npm run dev

Deployment

To deploy simply run

npm run build

Built With

Contributing

Please feel free to send pull request if you want to contribute!

Authors