Skip to content

A react project based on the TMDB API. Search for movies to watch or just for the sake of it.

Notifications You must be signed in to change notification settings

Hailemariam7/Movie-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Movie-Time

Here is a link to the app

image

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.

Features

  • Browse trending movies
  • View top-rated movies
  • Add and remove movies from a personal watchlist
  • Responsive design for mobile and desktop

Project Structure

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

About

A react project based on the TMDB API. Search for movies to watch or just for the sake of it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published