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.
- 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
https://glowing-youtiao-f8d243.netlify.app
This project was bootstrapped with Vite. In the project directory, you can run:
Downloads dependencies defined in the package.json file and generates the node_modules folder with the installed modules
Runs the app in the development mode.
Open http://localhost:5173 to view it in your browser.