Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devarugved07012004/movie-search-app
Movie Search App with Local Storage Functionality
https://github.com/devarugved07012004/movie-search-app
localstorage movie-search reactjs tailwind-css
Last synced: 3 days ago
JSON representation
Movie Search App with Local Storage Functionality
- Host: GitHub
- URL: https://github.com/devarugved07012004/movie-search-app
- Owner: devarugved07012004
- Created: 2025-02-17T17:16:48.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-02-17T17:25:59.000Z (3 days ago)
- Last Synced: 2025-02-17T18:32:03.087Z (3 days ago)
- Topics: localstorage, movie-search, reactjs, tailwind-css
- Language: JavaScript
- Homepage: https://graceful-concha-c080a7.netlify.app/
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎬 Movie Search App
A **React-based movie search application** that allows users to search for movies, view details, and save favorites.
## 🚀 Features
✅ **Search movies** by title using **OMDb API**
✅ **View movie details** (poster, year)
✅ **Add/Remove favorites**, stored in **localStorage**
✅ **Responsive UI** built with **Tailwind CSS**## 🛠Tech Stack
- **React** (Functional Components, Hooks)
- **Fetch API** for movie data
- **LocalStorage** for favorites
- **Tailwind CSS** for styling## 🔧 Installation
1. Clone the repository:
```sh
git clone https://github.com/your-username/movie-search-app.git
cd movie-search-app