The Movie Data App is a simple React application that allows users to search for movies and view movie details. It fetches movie data from an external API and displays the information in a user-friendly interface. Users can search for movies by title and see basic details such as movie title, release year, and movie poster.
You can check out a live demo of the app at Movie Data App Demo.
- Search for movies by title.
- View movie details, including title, release year, and movie poster.
- User-friendly interface.
Follow the instructions below to get a copy of the project running on your local machine.
-
Clone the repository to your local machine using:
git clone git@github.com:mmhanda/movies_rating.git
-
Navigate to the project directory:
cd movies_rating
-
Start the development server:
npm start
-
Open your web browser and visit
http://localhost:3000
to access the Movie Data App. -
Enter a movie title in the search box and click "Search" to see the results.
The app uses the following main dependencies:
- React: A JavaScript library for building user interfaces.
For a full list of dependencies, check the package.json
file.
Contributions are welcome! If you find any issues or have suggestions for improvements, please create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- The app fetches movie data from your-movie-api-provider.