Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkalyankumar9/sparkel

Cloning Sparkel: It is a web application that provides a platform for purchasing fashion products. It is a user-friendly e-commerce website..
https://github.com/kkalyankumar9/sparkel

chakra-ui css html javascript json-server react redux typescript

Last synced: about 7 hours ago
JSON representation

Cloning Sparkel: It is a web application that provides a platform for purchasing fashion products. It is a user-friendly e-commerce website..

Awesome Lists containing this project

README

        

# Sparkel
Sparkel is a full-stack web application that provides a platform for E-commerce, allowing users to discover and purchase fashionable clothing items.

-![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/cc0a8796-ba69-40d0-8eeb-b245dd61e749)

# Vercel Deployed link
https://sparkel-cu3q-dherrv336-kalyankumars-projects.vercel.app/

# Tech Stack
HTML | CSS | JavaScript | React.js | TypeScript | Chakra UI | Styled-Component | Firebase

## Features
- **Landing Page**: Our landing page serves as an attractive introduction to the web app. It includes a convenient navigation bar, a visually appealing carousel that showcases rotating images or content, and informative cards highlighting recent purchases. A footer with navigation links and contact information enhances usability.
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/90cc72ac-79b6-4ae8-b5f0-2f7db9c974b2)

- **User Authentication**: Users can create an account, log in, and manage their profile information. This ensures a personalized experience and restricts certain features to registered users only.
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/150381cf-c187-4d23-a7df-e5d9439e4685)
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/396a771b-2a48-43eb-939a-0ef0cdf330da)

- **Product Section**: The product section is designed to showcase a wide range of fashion items. Sortable cards display essential information such as product name, image, rating, and a view button. Additionally, infinite scroll functionality allows for seamless browsing, ensuring that users can explore numerous products effortlessly.
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/84aaea44-ec1a-4cf4-bdf2-1af78f1bc75c)
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/90cdb2cb-72f9-487a-ac61-44ec4de3dd78)

- **Cart Section**:
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/2bce50c4-fca7-4b08-b8c5-e482acbc1002)

- **Checkout Section**:
![image](https://github.com/kkalyankumar9/loud-weight-1875/assets/112814583/fcb2b331-ba0a-40a1-9050-5805950c00d5)

- **Login/Logout**: Secure user authentication is implemented using Firebase. Users can log in to their accounts using their email and password, with only valid credentials being accepted. The logout feature allows users to securely end their sessions, ensuring the protection of their personal information.

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).