This is a clone of the IMDB website built using React JavaScript, React Router, React Icon, React Responsive Carousel, and the Skeleton theme for loading. The application uses the OMDb API to fetch movie data and display it on the site.
Check out the live demo of the application here.
To run this application on your local machine, follow the steps below:
- Clone the repository:
git clone https://github.com/Milan-98/IMDB.git
- Navigate to the project directory:
cd IMDB
- Install the dependencies:
npm install
- Create a
.env
file in the project root directory and add your OMDb API key as follows:REACT_APP_OMDB_API_KEY=your_api_key
- Run the application:
npm start
- Users can see movies by type (e.g. drama, comedy, horror)
- Users can see detailed information about a movie by clicking on it
- Users can see similar movies to the one they are viewing
- The application is responsive and can be used on mobile devices
- React JavaScript
- React Router
- React Icon
- React Responsive Carousel
- Skeleton Theme
Contributions are welcome! If you would like to contribute to this project, please fork the repository and create a pull request.
date:19 April 2023 Day 128
This project is licensed under the MIT License. See the LICENSE file for more information.