Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.76 KB

File metadata and controls

64 lines (42 loc) · 1.76 KB

react movie app

Project   |    Technologies   |    Features   |    How to run   |    License

app screenshot

💻 Project

You can view the app site here:

🚀 Technologies

🎉 Features

  • Fetches from the API the most popular movies of the moment

  • Search function

  • Routing

👷 How to run

# 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

📕 License

This project is under the MIT license. See the file LICENSE for more details.


Ana Laura - alaurai