This project is a clone of the AllBirds website built using Tailwind CSS. The goal of this project is to replicate the design and responsiveness of the original AllBirds website as closely as possible using modern web technologies.
- Fully responsive design
- Pixel-perfect clone of the AllBirds website
- Built using the utility-first CSS framework (Tailwind CSS)
- Optimized for different screen sizes (mobile, tablet, desktop)
- Clean and modern UI
Frontend:
- HTML
- Tailwind CSS
To run this project, you'll need:
- Node.js
- A text editor like VSCode
- Clone the repository:
git clone https://github.com/your-username/allbirds-clone.git
- Navigate to the project directory:
cd allbirds-clone
- Install dependencies:
npm install
- Start the development server with Vite:
npm start
This will start the Vite development server and allow you to see live updates as you make changes.
npm run build
To run the project, after starting the Vite development server, you can view the project in your browser at:
http://localhost:3000
Here are some screenshots of the AllBirds clone:
Add more screenshots as needed to showcase your work.
Hello! I am Sankalp Kumar, a passionate web developer currently working on various projects to enhance my skills and knowledge. You can connect with me on LinkedIn or reach out via email at sankalpkumar911@gmail.com.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a pull request.