This is a react js project that allows it's users to search and find out about their favorite moveis.
This application was made using: npx create-react-app
-
Install dependencies:
npm i -
native application:
npm start
- This application uses the following api to fetch movie data:
http://www.omdbapi.com/?i=tt3896198&apikey=${KEY}&s=${query}
-
Add Your Fav Movies:
-
Page name set to movie name:
-
Aborts the previous query if, new one written fast
- Usually for aplications if you write:
a. A
b. Av
c. Ave
d. Aveng
application calls for result of all 4, but here if Aveng is written before result for Ave appears, all the previous requests will be aborted.
- Usually for aplications if you write:


