Skip to content
/ Reflex Public

My first React.js project. Open Movie Database (OMDb)

Notifications You must be signed in to change notification settings

votommy/Reflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflex

Reflex - my first "reaction".
Learning the fundamentals of React.js to keep up with the industry.

Open Movie Database (OMDb)

Website: Open Movie Database
Search any movie title to receive a list of movies from a database (via REST API).

The OMDb API is limited to 1000 queries per day. If at any point, the search results don't come through, that might be the reason.

Developer Guide

After making any changes to the code, do npm run deploy to update it on GitHub pages.

Developed with the help of a React course