Skip to content

jayanththalla/Nike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Home Page Nike Clone

Welcome to the Nike Clone project! This is a front-end replica of the Nike website, built using React and Tailwind CSS with Vite as the build tool.

✨ Features

  • 🛒 Shop Page: Browse through various products.
  • 🔍 Product Search: Find the products you need quickly.
  • 📱 Responsive Design: Looks great on all devices.
  • Fast Loading: Powered by Vite for super-fast builds and hot-reloading.
  • 🎨 Styled with Tailwind CSS: Clean and modern UI.

🚀 Getting Started

📦 Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/nike-clone.git
  2. Navigate to the project directory:

    cd nike-clone
  3. Install dependencies:

    npm install

🛠️ Running the Project

  1. Start the development server:

    npm run dev
  2. Open your browser and visit:

    http://localhost:3000
    

🔧 Building for Production

  1. Build the project:

    npm run build
  2. Preview the built project:

    npm run preview

📂 Project Structure

nike-clone/
├── public/             # Static files
├── src/
│   ├── assets/         # Images, icons, etc.
│   ├── components/     # Reusable components
│   ├── pages/          # Application pages
│   ├── App.jsx         # Main app component
│   └── index.jsx       # Entry point
├── tailwind.config.js  # Tailwind CSS configuration
├── vite.config.js      # Vite configuration
└── package.json        # Project metadata and dependencies

🌟 Technologies Used

  • React - A JavaScript library for building user interfaces
  • Tailwind CSS - A utility-first CSS framework for rapid UI development
  • Vite - Next Generation Frontend Tooling

📸 Screenshots

![Home Page]Screenshot_31-8-2024_185918_localhost

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📝 License

This project is licensed under the MIT License.


🌟 Don't forget to give a star if you like this project! 🌟


📧 Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published