Vite/React App - Home Page with Sidebar Access and Background Video
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.
- 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.
Ensure you have the following software installed:
- Node.js (version 22.x or higher)
- npm (usually comes with Node.js)
- Git
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