Skip to content

Lavanyask03/movies-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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/

Screenshot

Prerequisites

  • Node.js
  • npm

Install and run on local machine

  1. Clone this repository
git clone https://github.com/Lavanyask03/movies-app.git
  1. Change directory to the project folder
cd movies-app
  1. Install all required packages and dependencies using package.json file.
npm install
  1. Add your own api key in src/App.js file. You can get an api key from here
  2. Run the application.
npm start

You can view it on the browser.