Welcome to Movies-App, your go-to source for comprehensive information about movies and series. This application is designed to provide you with detailed insights into your favorite films and TV shows.
Before you get started, make sure you have Node.js installed on your machine. If not, you can download and install it from nodejs.org.
Create an Account or log in on themoviedb.org, copy the API KEY from settings > API.
Go to the .env file, change 'your_actual_api_key' with your API KEY:
REACT_APP_MOVIES_API=your_actual_api_keyOpen the terminal and run the following command to install the necessary dependencies:
npm iLaunch the application by running the following command:
npm startThe application will start running, and you can access it in your web browser at http://localhost:3000.