https://github.com/jeevan-2005/skinstore-clone
This project is a clone of the SkinStore website, created using Create React App (CRA). It includes various features to enhance the user experience and functionality.
https://github.com/jeevan-2005/skinstore-clone
chakra-ui css3 html5 js reactjs redux
Last synced: 4 months ago
JSON representation
This project is a clone of the SkinStore website, created using Create React App (CRA). It includes various features to enhance the user experience and functionality.
- Host: GitHub
- URL: https://github.com/jeevan-2005/skinstore-clone
- Owner: jeevan-2005
- Created: 2024-07-26T04:55:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T12:33:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T15:48:14.761Z (over 1 year ago)
- Topics: chakra-ui, css3, html5, js, reactjs, redux
- Language: JavaScript
- Homepage: https://skinstore-clone-fawn.vercel.app/
- Size: 478 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkinStore Clone
This project is a clone of the [SkinStore](https://www.skinstore.com/) website, created using Create React App (CRA). It includes various features to enhance the user experience and functionality.
## Features
1. **Login & Signup**: Users can create accounts and log in to access personalized features.
2. **Dynamic Product Display**: Products are displayed dynamically, ensuring up-to-date content.
3. **Product Filtering**: Users can filter products dynamically based on various criteria.
4. **Smooth Navigation**: The website offers smooth and seamless navigation.
5. **Responsive Design**: The website is fully responsive and can be viewed on any device.
6. **Dynamic Cart**: A dynamic cart feature allows users to add and manage products easily.
## Live Demo
Check out the live demo of the project [here](https://skinstore-clone-fawn.vercel.app/).
## Screenshots



## Technologies Used
* HTML5
* CSS3
* JavaScript
* React.js
* ChakraUi
* Redux
## Getting Started
Follow these instructions to set up the project on your local machine.
### Prerequisites
Make sure you have [Node.js](https://nodejs.org/) installed on your machine.
## Installation
To get a local copy up and running, follow these simple steps:
1. **Clone the repository**:
```sh
git clone https://github.com/jeevan-2005/skinstore-clone.git
```
2. **Navigate to the project directory**:
```sh
cd skinstore-clone
```
3. **Install dependencies**:
```sh
npm install
```
4. **Start the application**:
```sh
npm start
```
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project.
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`).
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the Branch (`git push origin feature/AmazingFeature`).
5. Open a Pull Request.