Assignment05-Movie-Search/README.md

10 lines
426 B
Markdown
Raw Normal View History

2025-01-06 14:08:00 +00:00
# Assignment: Movie Search App
### Objective:
##### Build a movie search application using an API like OMDB API (https://www.omdbapi.com/).
### Requirements:
- Use React.js and fetch movie data based on user input.
- Display movie title, poster, and ratings.
- Implement a search bar for searching movies.
### Bonus Points:
- Add a favorites list where users can save movies.
- Implement a loading spinner while fetching data.