- This is a simple movie library.
- You can search movie by movie name.
- You can see your searched movie's,
- Ratings
- Time duration
- Actors
- Genre
- Language
- Director
- Description
- Trailer
- Released year
- ReactJS - JavaScript library for building user interfaces
- Material ui - For designing
- OMDb API - For movie database
- Clone the repository:
git@github.com:systemintegration/react-movie-library.git - Install dependencies:
npm install - Start the development server:
npm start
- Contributions are welcome! To contribute to the project, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch - Make your changes and commit them:
git commit -am 'Add some feature' - Push your changes to your branch:
git push origin my-feature-branch - Create a new pull request and explain your changes In the project directory, you can run:
- You can try out the application at https://systemintegration.github.io/react-movie-library/

