Movie | Hubs,is a website that contains information about
- movies
- TV shows
- video games
movies hub includes information such as:
- Cast and crew lists
- Release dates
- Box office information
- Plot summaries
- Trailers
- Biographies
- Trivia
- Ratings
- Reviews
-
Browse Movies and TV Shows: Discover trending, popular, and top-rated content.
-
Search Functionality: Search for specific movies, TV shows, or actors.
-
Detailed Information: View comprehensive details about movies and shows, including release dates, genres, cast, and crew.
-
User Ratings and Reviews: Rate movies and shows, and leave detailed reviews.
-
User Authentication: Sign up and log in to create personalized watchlists and save ratings.
-
Responsive Design: Fully responsive UI for desktop, tablet, and mobile devices.
-
Dynamic Routing: Smooth navigation using dynamic routes.
Client: React,TailwindCSS
Authenitcation: Firebase
- TMDB |
Install my-project with npm
pnpm i
These are external lib that I used
"axios": "^1.7.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.1.1",
"remixicon": "^4.6.0"
pnpm run dev
- Contributions are welcome! If you have suggestions or bug fixes, please create an issue or submit a pull request.
TMDB API for providing rich movie and TV show data. Inspiration from The Movie Database.