Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.11 KB

Home page with access form - React + Vite

Vite/React App - Home Page with Sidebar Access and Background Video

Demo

This project is a modern home page built using Vite and React. It features a sidebar for user authentication (login and password inputs) and a corporate video playing in the background. The primary goal is to create an engaging and functional home page for corporate websites or applications.

Features

  • Vite-powered: Fast and optimized build process using Vite.
  • React Components: Modular and reusable React components.
  • Sidebar Access: inputs of login with username and password.
  • Background Video: High-quality corporate video as the background.

Prerequisites

Ensure you have the following software installed:

  • Node.js (version 22.x or higher)
  • npm (usually comes with Node.js)
  • Git

Installation

Clone the repository:

git clone https://github.com/your-username/your-repo-name.git

Navigate to the project directory:

cd your-repo-name

Install dependencies:

npm install

Running the App

Start the development server:

npm run dev