React application to browse your favorite Movies
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
- yarn
download and install yarn here
- Clone the repo
git clone [email protected]:Alexiosdut/movie-db.git
- Run yarn install inside project root
yarn install
-
Get your own API key here by making an account
-
Create a ".env" file and put your key in a REACT_APP_API_KEY variable like this
REACT_APP_API_KEY=YOUR_API_KEY
- Start the server
yarn run start
- Explore
Enjoy :)
- React - The JavaScript framework used
- Context - State management
- React Router - Navigation
- TMDB - API used
- Alexis Doutsinis