Skip to content

meslubi2021/React-JS-Movie-Search

 
 

Repository files navigation

Movie Search App

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.

🔗Project

Installation

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

Usage

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.

Technologies Used

  • React JS
  • HTML5
  • Material-UI
  • API integration
  • CSS and styling
  • Error handling
  • Debugging
  • Deployment

Contributing

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.

License

This project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • CSS 24.2%
  • HTML 21.3%