https://github.com/myashavanth/movieapp
Crafted an engaging Movie Details App using JavaScript and React, designed to provide comprehensive information about movies. The application, developed with a focus on user experience, integrates dynamic data fetching and a modern UI for an immersive movie exploration experience.
https://github.com/myashavanth/movieapp
chakra-ui css html5 javascript reactjs
Last synced: about 2 months ago
JSON representation
Crafted an engaging Movie Details App using JavaScript and React, designed to provide comprehensive information about movies. The application, developed with a focus on user experience, integrates dynamic data fetching and a modern UI for an immersive movie exploration experience.
- Host: GitHub
- URL: https://github.com/myashavanth/movieapp
- Owner: mYashavanth
- Created: 2023-11-23T10:27:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T10:25:57.000Z (over 2 years ago)
- Last Synced: 2025-03-22T18:11:36.573Z (about 1 year ago)
- Topics: chakra-ui, css, html5, javascript, reactjs
- Language: JavaScript
- Homepage: https://movie-app-beta-eosin.vercel.app
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Details App
A web application for exploring details about movies and web series.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Demo](#demo)
- [Screenshots](#screenshots)
- [Navbar](#navbar)
- [User Authentication](#user-authentication)
- [Search Functionality](#search-functionality)
- [Details Page](#details-page)
## Overview
The Movie Details App provides users with a platform to discover comprehensive information about movies and web series. From basic details like titles and release dates to in-depth information about cast, crew, and plot summaries, this app aims to be a one-stop destination for cinephiles.
## Features
- Search and explore a vast database of movies and web series.
- Access detailed information about each title, including cast, crew, and plot.
- Stay updated with release dates and upcoming releases.
- User-friendly interface for an engaging and seamless experience.
## Technologies Used
- HTML
- CSS
- JavaScript
- React
- Chakra UI
- Vercel
## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/mYashavanth/MovieApp.git
2. **Install dependencies:**
```bash
npm install
3. **Run the application:**
```bash
npm run dev
- This will launch the application on Localhost
## Demo
Check out the live demo of the Movie Details App here.
## Screenshots






## Navbar
The navigation bar is available on all pages and includes the following attributes:
- Home: Navigate to the home page.
- Signup: Register for a new account.
- Login: Log in to your account.
- User Details: View and manage user-specific information.
- Logout: Log out of your account.
## User Authentication
- To access the home page, users need to sign up and then log in using their credentials.
- Once logged in, the navbar will display the User Details attribute, allowing users to view and manage their account information.
- Users can log out at any time to end their session.
## Search Functionality
- Users can search for any movie or series they want using the search bar on the home page.
- The search results will be displayed, showing relevant titles and brief information.
## Details Page
- Clicking on each search result will take users to a dedicated details page for that movie or series.
- The details page will provide in-depth information about the selected title, including cast, crew, plot, and more.