Skip to content

Latest commit

 

History

History
102 lines (81 loc) · 2.85 KB

README.md

File metadata and controls

102 lines (81 loc) · 2.85 KB

Movie App

About the Project

This project, created with React, includes a web application where you can register or log in with your own email or Google account. It is used to obtain information about movies and TV shows, and to view reviews

Table of Contents

Live Demo

Movie App

Features

  • User registration via email or Google account.
  • Password reset functionality.
  • Light and dark mode based on user preference.
  • Pagination for smooth transitions between pages.
  • Easy movie search using the filtering feature.

Technologies Used

  • React
  • Axios for API requests
  • React-Router-Dom
  • TMDB API for movies data
  • Firebase for register and login processes
  • Styling with Tailwind and CSS
  • React-Toastify for alert

Usage

  • Register or log in with your email or Google account.
  • Explore information about popular movies and TV shows.
  • Access detailed information and reviews for each item.
  • Utilize the search functionality to locate specific movies or TV shows.

Project Skeleton

Movie App (folder)
|
|----readme.md         
SOLUTION
├── public
│    └── index.html
├── src
│    ├── assets
│    │     ├── icons
│    │     └── images
│    ├── auth
│    │     └── firebase.js
│    ├── components
│    │     ├── MovieCard.jsx
│    │     ├── Navbar.jsx
│    │     ├── Switch.jsx    
│    │     └── VideoSection.jsx  
│    ├── context
│    │     ├── AuthContext.js
│    │     └── MovieContext.js 
│    ├── helpers
│    │     └── ToastNotify.js
│    ├── pages
│    │     ├── Login.jsx
│    │     ├── Main.jsx
│    │     ├── MovieDetail.jsx    
│    │     └── Register.jsx 
│    ├── router
│    │     ├── AppRouter.jsx
│    │     └── PrivateRouter.jsx
│    ├── App.js
│    ├── index.css
│    └── index.js
├── package.json
└── yarn.lock

Screenshots

Compatibility

The project is compatible with both wide-screen computers and mobile devices.

Acknowledgments

Movies data provided by TMDB