Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 714 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 714 Bytes

Vimukthi Jayasinghe | ReactJS Assessment | Gapstars

Internet Movie Database (IMDb) Portal

Clone the Project

git clone https://github.com/v4irajvimu/gapastars-assesment-imdb-search.git

Change to the project directory

cd gapastars-assesment-imdb-search

Install dependencies

Run below command from project root directory. yarn

Make .env configuration

Create a .env file in the project root directory. Add your keys to .env files to access OMDB APIs REACT_APP_OMDB_API_KEY REACT_APP_OMDB_BASE_URL

Run the project

yarn start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Node Version: v16.4.0
React Version: v17.0.2