This project is a clone of the Nike website, built by a team of five developers. The website is a single-page application that provides users with a seamless shopping experience. The team used React.js, Node.js, HTML/CSS/JavaScript, Bootstrap, and the Chakra-UI to build the website.
[Insert screenshots of the website here.]
- Users can browse and search for products.
- Users can filter products by category, price, and other criteria.
- Users can add products to their cart and checkout.
- Users can create an account and login with same credentials.
- React.js
- Node.js
- MongoDB
- HTML/CSS/JavaScript
- Chakra-UI
- Redux
To install the application, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running
npm install
. - Start the server by running
npm start
. - Open your web browser and navigate to
http://localhost:3000
.
To use the application, follow these steps:
- Browse the product catalog or search for a specific product.
- Select a product and add it to your cart.
- Proceed to checkout and enter your billing and shipping information.
- Confirm your order and complete the payment process.
The website is deployed on Vercel at the following link: https://ni-ke-clone-react.vercel.app/
We welcome contributions to the project. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Create a pull request and describe your changes.
We would like to thank the following resources for their help in building this project:
- The official Nike website for design inspiration.
- The React.js documentation and community for help with development.