Project | Technologies | Features | How to run | License
You can view the app site here:
-
Netlify - deploy
-
Fetches from the API the most popular movies of the moment
-
Search function
-
Routing
# Clone repository
$ git clone https://github.com/alauraivani/react-movie-app
# Go to project folder
$ cd react-movie-app
# Install dependencies
$ yarn install
# Run Application
$ yarn start
Note: You need to create an account on the TMDB and get your API key. Then it's necessary to create a .env file at the root of your project and set a variable name for the key starting with REACT_APP_
For example:REACT_APP_API_KEY=yourapikey4re47914ddcfb17
This project is under the MIT license. See the file LICENSE for more details.
Ana Laura - alaurai