Skip to content

tomi-fic/Movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie App - FrontEnd Project

This app is made for movies search with frontend only. There are many libraries used in this project : React for DOM visualisation, Redux for state management, redux-thunk for handling API side effects, react-router for SPA approach and many more. Please feel free to fork and use it.

Prerequisites

Get your API KEY

  • go to http://www.omdbapi.com/apikey.aspx and register for free
  • check your emailbox with personal API key
  • create .env file at root directory - ../Movies/
  • append .env file with your API key - REACT_APP_API_KEY = APIkey ... example REACT_APP_API_KEY = abcd1234

Installation

Clone the project

git clone https://github.com/tomi-fic/Movies.git && cd Movies/

Install the dependencies

npm install

Start the frontend server

npm start

Frontend App should open in browser at http://localhost:3000