Movies app is a simple single page movie search application built using React. The user can type any title to search for movies and the movie details are displayed.
Check out the app here: https://movies-app-live.netlify.app/
- Node.js
- npm
- Clone this repository
git clone https://github.com/Lavanyask03/movies-app.git
- Change directory to the project folder
cd movies-app
- Install all required packages and dependencies using package.json file.
npm install
- Add your own api key in src/App.js file. You can get an api key from here
- Run the application.
npm start
You can view it on the browser.