This project is a movie application built using React, Vite, and styled with CSS. It aims to provide users with a seamless experience for browsing and searching movies.
- The Movie Database (TMDb) API: Used for fetching movie data using RESTful API.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/AutomationSyndicate/Movie.git
- Navigate to the project directory:
cd Movie - Install the dependencies:
npm install
To run the application locally, use the following command:
npm run devThis will start the development server and you can view the application by navigating to http://localhost:3000 in your web browser.
- Browse popular movies
- Search for movies by title
- View detailed information about each movie
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeatureName
- Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/YourFeatureName
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
##Deployment Link (https://autosynstudios.netlify.app/)