Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmed-yasser-66/usepopcorn
A react project that uses the omd API to search, add and rate your favorite movies !
https://github.com/ahmed-yasser-66/usepopcorn
api css reacthooks reactjs
Last synced: 16 days ago
JSON representation
A react project that uses the omd API to search, add and rate your favorite movies !
- Host: GitHub
- URL: https://github.com/ahmed-yasser-66/usepopcorn
- Owner: Ahmed-yasser-66
- Created: 2024-12-31T17:18:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-31T17:32:17.000Z (about 1 month ago)
- Last Synced: 2024-12-31T18:26:41.000Z (about 1 month ago)
- Topics: api, css, reacthooks, reactjs
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍿 usePopcorn
usePopcorn is a React application that allows users to search for movies, add them to a personal list, and rate their favorites. It utilizes the OMDb API to fetch movie data.
## ✨ Features
- 🔍 **Search Movies**: Find movies by title using the OMDb API.
- ➕ **Add to List**: Create a personalized list of favorite movies.
- ⭐ **Rate Movies**: Assign ratings to movies in your list.## 💻 Technologies Used
- ⚛️ **React**: JavaScript library for building user interfaces.
- 🎥 **OMDb API**: Service used to fetch movie data.
- 🎨 **CSS**: Styling the application.