A website utilizing Axios and the TMDB API to offer users detailed information on TV shows and movies.
Check out the live demo of the application here.
To run the project locally, follow these steps:
-
Clone the repository:
https://github.com/Noor291/Moviepedia.git
-
Navigate to the project directory:
cd Book-My-Show-Clone
-
Install dependencies:
npm install
Once the installation is complete, you can start the development server:
npm start
Visit http://localhost:3000 in your web browser to access the application.