This project is built using React and Vite. It features a responsive navigation bar with a mega menu.
![Zrzut ekranu 2024-10-24 o 00 08 18](https://private-user-images.githubusercontent.com/101146237/379477489-f0b2275e-3418-4424-affe-a956a332a2e1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzc3OTgsIm5iZiI6MTczOTA3NzQ5OCwicGF0aCI6Ii8xMDExNDYyMzcvMzc5NDc3NDg5LWYwYjIyNzVlLTM0MTgtNDQyNC1hZmZlLWE5NTZhMzMyYTJlMS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwNTA0NThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iZWE1OGI1NzYwNjE4ZTI0ZTlkNTFlY2M3NzE1YjE4YjRmYWVkN2MzNWNlOGJiZjQ3NzhhMDI4NTA3ZWNlNjU3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.hK-rWSbUha4y4AwcoTXtOI4KhNDIPW6BaIXYM6CCzH0)
- 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
.