Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 !

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.