Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiranwankhade/myindiaa
e-commerce website for my indiaa
https://github.com/kiranwankhade/myindiaa
react react-router-dom reactjs tailwindcss
Last synced: about 17 hours ago
JSON representation
e-commerce website for my indiaa
- Host: GitHub
- URL: https://github.com/kiranwankhade/myindiaa
- Owner: kiranwankhade
- Created: 2024-06-18T12:57:11.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T10:01:04.000Z (5 months ago)
- Last Synced: 2024-06-23T04:04:41.737Z (5 months ago)
- Topics: react, react-router-dom, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://myindiaa-ecommerce.vercel.app/
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce Web App Using React & React-router
In this project, I focused on implementing a progressive way.
### Once logged in, users can:
- Home Page
- Log in and sign-up
- logout
- product details page
- Add products to their wishlist
- Remove Items From wishlist
- Add products to their shopping cart
- Update the quantity, or Remove items
- See the total cost
- Payment method
- orders
- Search page
- offline page if network not availableThe database includes 3 models: Home, User, Products and Cart, and Wishlist, orders.
A new "cart item" will be added
to the Cart model with the product ID when a user adds a product to his cart.## Login With Firebase Authentications
## How to run this application locally
## Installation
To set up and run the project locally, follow these steps:
**Step 1:** Clone the repository:
```bash
git clone https://github.com/kiranwankhade/myindiaa
```**Step 2:** Navigate to the project directory:
```bash
cd myindiaa
```**Step 3:** Install the required packages:
```bash
npm install
```**Step 4:** Run the Project:
```bash
npm run start
```## Link for Visit
[Deployed link](https://myindiaa-ecommerce.vercel.app/)
[Github Link](https://github.com/kiranwankhade/myindiaa)
[Demo Video Link](https://drive.google.com/file/d/1d0EzQxORP6vuAFW9aF6OEZzhQn5tmvGY/view?usp=sharing)