Skip to content

Simple movie app fetching from the omdbAPI. Allows users to search for movies by title, add / delete / rate movies to / from their list and view different stats about their movies.

Notifications You must be signed in to change notification settings

alicefrsr/React-movieAPI-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Watchlist

A simple movie app to search for movies and add them to a watchlist.

To learn and practice: React basics, fetching from API (useState, useEffect), re-usable components.

Functionalities:

  • search the OMDb API for movies by title
  • view movie information
  • rate movie, add it to a watchlist
  • delete it from watchlist
  • data saved on local storage

Live demo:

https://glowing-youtiao-f8d243.netlify.app

Available Scripts

This project was bootstrapped with Vite. In the project directory, you can run:

npm install

Downloads dependencies defined in the package.json file and generates the node_modules folder with the installed modules

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.

About

Simple movie app fetching from the omdbAPI. Allows users to search for movies by title, add / delete / rate movies to / from their list and view different stats about their movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published