Movie-Time is a movie discovery application built with React. It allows users to browse trending movies, top-rated movies, and movies by genre. Users can also add movies to their personal watchlist.
- Browse trending movies
- View top-rated movies
- Add and remove movies from a personal watchlist
- Responsive design for mobile and desktop
src/
├── components/
│ ├── GenresDropdown.jsx
│ ├── HomePageSlideShow.jsx
├── context/
│ └── WatchlistContext.jsx
├── view/
│ └── MoviesList.jsx
├── hooks/
│ └── useFetch.jsx
├── pages/
│ ├── Home.jsx
│ ├── MovieDetail.jsx
│ ├── TrendingMovies.jsx
│ ├── GenreMovies.jsx
│ └── TopRated.jsx
├── App.jsx
├── App.css
├── index.js
└── index.css