- Demo
- Description
- Built with
- Setup
- Features
- Contributing
- License
This is a movie application created with Create React App framework. Application provides main features you'd expect from a movie application , such as searching a movie, demostrating details of the movie that is being looked for.
Clone this repo to your desktop.
After you clone this repo to your desktop, and go to its root directory and run npm install to install its dependencies.
REACT_APP_API_KEY=
Once the dependencies are installed, you can run npm start to start the application. You will then be able to access it at localhost:3000
- Display UI with form to search and button to generate
- Connect to API and get movies
- Display books in DOM with image and hover effect
- Click on a movie and see the details
- Browsing the movie's website.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
You can check out the full license here
This project is licensed under the terms of the MIT license.
