This repository contains a clone of the ENDClothing Launches page , which showcases the latest new releases of clothing and footwear. The clone is built using Next.js and styled using Tailwind CSS.
You can check out the live demo of the clone at https://end-launches-clone.vercel.app/.
- Next.js: A React framework for building server-side rendered applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- React: A JavaScript library for building user interfaces.
- Other dependencies: Check the package.json file for a complete list of dependencies.
To run this project locally, follow these steps:
- Clone the repository
git clone https://github.com/your-username/endclothing-launches-clone.git
cd endclothing-launches-clone
- Install the dependencies
npm install
- Start the development server
npm run dev
- Open your browser and navigate to
http://localhost:3000to see the clone in action.

