https://github.com/salimzeeshan/nike
A clone of the official Nike, Inc website with authentication and cart + checkout functionality. Made in 2 weeks with tech stacks such as React js, Redux, Next js for the frontend, MongoDB, Atlas, Firestore for the backend and Firebase for authentication.
https://github.com/salimzeeshan/nike
chakra-ui cyclic firebase mongodb nextjs react
Last synced: 3 months ago
JSON representation
A clone of the official Nike, Inc website with authentication and cart + checkout functionality. Made in 2 weeks with tech stacks such as React js, Redux, Next js for the frontend, MongoDB, Atlas, Firestore for the backend and Firebase for authentication.
- Host: GitHub
- URL: https://github.com/salimzeeshan/nike
- Owner: salimzeeshan
- Created: 2023-02-28T08:41:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T17:08:31.000Z (about 1 year ago)
- Last Synced: 2025-07-07T22:37:35.553Z (12 months ago)
- Topics: chakra-ui, cyclic, firebase, mongodb, nextjs, react
- Language: JavaScript
- Homepage: https://nike-lyart.vercel.app/
- Size: 70.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Nike, Inc (clone)](https://nike-lyart.vercel.app/)
Nike, Inc. is an American multinational corporation that is engaged in the design, development, manufacturing, and worldwide marketing and sales of footwear, apparel, equipment, accessories, and services.
## Features
- Authentication with email & password using firebase
- Complete cart & checkout functionality
- Sorting & filtering in product pages
- Dynamic & nested routing
- Responsive design for desktop, tablet & mobile screen sizes
## Run Locally
Clone the project
```bash
git clone https://github.com/salimzeeshan/nike.git
```
Browse folder
```bash
cd nike
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Tech Stack
**Frontend:** React JS, Redux, Next JS, JavaScript, Chakra UI
**Backend:** MongoDB, MongoDB Atlas, Firestore, Cyclic
**Authentication:** Firebase
## Screenshots
**Home Page**

**Product Listing**

**Empty Cart**

**Cart Page**

## Responsiveness
**Tablet**

**Mobile**

## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Make your changes
4. Commit your changes (`git commit -m 'Add some feature'`)
5. Push to the branch (`git push origin feature-branch`)
6. Open a pull request
---
Developed by [Mohammad Zeeshan Salim](https://salimzeeshan.github.io/)