Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usePopcorn Application

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

Screenshot 2024-07-25 185014

📹Demo

Click here for demo video

🏁 Start the app

  • Install dependencies: npm i

  • native application: npm start

⚙️ Api

  • This application uses the following api to fetch movie data:
http://www.omdbapi.com/?i=tt3896198&apikey=${KEY}&s=${query}

🌟Features

  1. Add Your Fav Movies:

    • Create mutable List of Fav Movies along with your own custom rating.
    • Store data in LOCAL STORGE, prevents data loss.
    • Screenshot 2024-07-25 185951
  2. Page name set to movie name:

    • Page Name is automatically change to whatever is Movie name.
    • Screenshot 2024-07-25 190613
  3. 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.

About

A React application for knowing everything about movies🌟

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages