A modern, responsive landing page built with React 19, Vite, and Tailwind CSS 4 — designed for Virtual Reality software platforms.
- ⚛️ React 19
- ⚡ Vite 6 – Fast dev server & build tool
- 🎨 Tailwind CSS 4.1
- 💡 Lucide Icons – Clean and modern icon set
- 🧹 ESLint – Code linting with React best practices
Clone the repository and install dependencies:
git clone https://github.com/your-username/vr-landing-page.git
cd vr-landing-page
npm install
🧪 Development To run the project in development mode:
npm run dev
The app will be available at http://localhost:5173.
🛠️ Build for Production To generate the optimized production build:
npm run build
You can preview the production build with:
npm run preview
📁 Project Structure
src/
├── assets/ # Static assets (images, videos)
├── components/ # Reusable UI components
├── pages/ # Landing page or multiple views
├── App.jsx # Root component
├── index.css # Tailwind CSS styles
└── main.jsx # App entry point
🧰 Linting Run ESLint to check for code issues:
npm run lint
📸 Preview (Add screenshots or a short GIF of the landing page here)
📄 License MIT License © 2025 Mehr-code
🌍 Live Demo 👉 https://your-live-site.com
Built with love, code & coffee ☕