This is a web application that allows users to search and filter movies they want from the Imdb API.
It is built using ReactJS, HTML5, CSS3. The application is responsive and can be viewed on mobile and desktop device.
Clone the repository using the following command:
• git clone:
https://github.com/your-username/movie-search-app.git
• Navigate to the project directory using the following command:
cd movie-search-app
• Install the project dependencies using the following command:
npm install
Obtain an API key from The MovieDB. Add your API key to the src/config.js file. Start the development server using the following command: npm start
Navigate to http://localhost:3000/ in your web browser to use the application.
- React JS
- HTML5
- Material-UI
- API integration
- CSS and styling
- Error handling
- Debugging
- Deployment
Contributions are always welcome! If you would like to contribute to this project, please follow these steps:
- Fork this repository.
- Create a branch: git checkout -b <branch_name>
- Make your changes and commit them: git commit -m '<commit_message>'
- Push to the original branch: git push origin <project_name>/ Create the pull request.
This project is licensed under the MIT license.