Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush259 committed Jul 21, 2024
1 parent 6e11da6 commit 3a64cec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# React + Vite
# 🎧 Sound Sphere

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This is a frontend-only ecommerce e-commerce application which provides a seamless and interactive user experience for browsing and purchasing products. It primarily focuses on product listing, cart management, and wishlist management. It replicates core features in e-commerce platforms like Amazon or Flipkart, showcasing how products are displayed and managed withing a shopping cart and wishlist, and how basic level of product search works.

Currently, two official plugins are available:
## 🌟 Features

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
- **Product Listing:** Displays a variety of headphones, ear dopes, and speakers.
- **Product Browsing:** Browse through various product categories and view detailed information about each product.
- **Search:** Search for products using the search bar.
- **Filtering and Sorting:** Filter products based on categories, ratings, and sort by price.
- **Cart Management:** Allows users to add, remove, and view items in the cart.
- **Wishlist Management:** Allows users to add, remove, and view items in wishlist.

## 🛠️ Technologies Used

- Vite + React
- React Router DOM
- Tailwind CSS 🌈
- Context API

## 🖼️ Screenshots

![Home Page](./src/images/s-1.png)
![Product Page](./src/images/s-2.jpg)

## 🎉 Credits

This project was created as a task given by my friend. Thanks to my friend for providing the task and for encouragement and for always pushing me to achieve my best.

## 📬 Feedback and Suggestions

Your feedback is valuable! If you have any suggestions, ideas, or improvements for this project, please feel free to open an issue or submit a pull request. Your contributions are welcomed and appreciated 🚀.
Binary file added src/images/s-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/s-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a64cec

Please sign in to comment.