This project is built using React and Vite. It features a responsive navigation bar with a mega menu.
- React - A JavaScript library for building user interfaces
- Vite - A fast build tool and development server
- Tailwind CSS - A utility-first CSS framework for styling
- React Router - For routing and navigation
To get a local copy of the project up and running, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name
- Install the dependencies:
npm install
To start the development server, run the following command:
npm run dev
Your application will be available at http://localhost:3000
.