A modern, responsive website built with React, Vite, and Tailwind CSS. Features a sleek design with animations and interactive components.
- 🎨 Modern gradient design with animated backgrounds
- 📱 Fully responsive layout
- ⚡ Lightning-fast performance with Vite
- 🎭 Smooth animations and transitions
- 🧩 Modular component architecture
- 🎯 SEO-friendly structure
- React 18 - Modern React with hooks
- Vite - Fast build tool and dev server
- Tailwind CSS - Utility-first CSS framework
- Lucide React - Beautiful icon library
- React Router - Client-side routing
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 to view it in the browser.
npm run buildsrc/
components/
Navbar.jsx # Navigation component
Hero.jsx # Hero section with CTA
Features.jsx # Features showcase
About.jsx # About section with team
Contact.jsx # Contact form and info
Footer.jsx # Footer with links
App.jsx # Main app component
main.jsx # Entry point
index.css # Global styles
- Update colors in
tailwind.config.js - Modify component content in respective files
- Add new sections by creating components in
/src/components/ - Update animations in
index.css
MIT License