Skip to content

how-to-commerce/HowTo-Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How-To-Ecommerce

👍HowTo Ecommerce is an advanced online shopping platform powered by a modern web development stack, featuring a robust combination of Express, React, and Node.js technologies. It enables users to enjoy a seamless shopping experience, with a dedicated cart page that allows effortless product additions. The integration of Redux state management ensures a high level of efficiency and flexibility.

Features

  • State management using Redux Toolkit
  • Fetches product data using Redux thunk.
  • A shopping cart that uses Redux Toolkit for state management.
  • The cart items are saved in the client's browser local storage
  • Styling using Tailwind CSS

Tools Used

  • Frontend: React, Redux
  • Backend: Node.js, Express
  • Database: Supabase
  • State Management: Redux
  • UI Styling: TailwindCSS

Installation (Client)

  1. Clone this repository: git clone https://github.com/how-to-commerce/HowTo-Commerce.git
  2. Navigate to the client directory: cd client
  3. Install dependencies: npm install
  4. Start the client: npm start
  5. Access the client in your browser at: http://localhost:3000

Installation (Server)

  1. Clone this repository: git clone https://github.com/how-to-commerce/HowTo-Commerce.git
  2. Navigate to the server directory: cd server
  3. Install dependencies: npm install
  4. Start the server: npm start
  5. The server will be running on port 4000 - Using Supabase as database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published