nafihpp / movie-logham

Client side Movie App which gets updated based on the updation in the dashboard, and users can watch movies and add movies to WatchLater after authentication, movie Searching, deboucing are some extra features.

Home Page:https://movie-logham.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie-Logham

mobile (3)

Technologies Used

The app is built using with the following tech:

  • React JS - React Library is used for creating the complete webapp.
  • Context API: For State Management.
  • React Router DOM v6: For navigating between pages, implementing protected routing and Lazy loading.
  • Local Storage: For storing the authentication token.
  • Sass/Scss: For styling and responsive user interface.
  • Axios: For HTTP handling.
  • Vite: For bundling and serving the app.

Features

  • Custom Font Family - Roboto
  • Dark mode /Light Mode switch: Toogle between light and dark mode has been included on the home page.
  • Login functionality: Users can enter username and password. demo(username:test, password:test), and if they are authenticated, they will be redirected to the home page else you are not allowed to enter the homepage.
  • Log out button: Users can log out of the app which clears the token in the localstorage and also navigates to login page.
  • Protected Login Route - After authentication user can't access login/register or forgot password page without doing the logout.
  • Search - Filtering the movies based on your Search.
  • Custom Hook - useDebouce, useLocalstograge (work Ongoing)

How to Run

Install Dependencies Run npm install to install the app's dependencies.

Start the App Run npm run dev to start the app.

The app will be served at http://localhost:5173.

About

Client side Movie App which gets updated based on the updation in the dashboard, and users can watch movies and add movies to WatchLater after authentication, movie Searching, deboucing are some extra features.

https://movie-logham.vercel.app


Languages

Language:JavaScript 78.3%Language:SCSS 20.3%Language:HTML 1.5%