This project is a clone of the Swiggy home page built using Next.js and Tailwind CSS.
- Faithful recreation of the Swiggy home page UI.
- Built with Next.js for server-side rendering and client-side navigation.
- Styled using Tailwind CSS for rapid UI development.
To clone and set up this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/abhaypithadiya/swiggy-clone.git
-
Navigate to the Project Directory:
cd swiggy-clone
-
Install Dependencies:
npm install
or
yarn install
-
Run the Development Server:
npm run dev
or
yarn dev
-
Open Your Browser:
Visit http://localhost:3000 to view the Swiggy home page clone.
- src/pages/: Contains Next.js pages.
- src/pages/components/: Contains React components used throughout the application.
- src/styles/: Contains global styles and Tailwind CSS configuration.
- public/: Contains static assets.
- Next.js: React framework for server-side rendering and client-side navigation.
- Tailwind CSS: Utility-first CSS framework for rapid UI development.