Skip to content

EmRodDev/sourceshop-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Vite Chakra React-router-dom Firebase


Logo

Source Shop

A simple ecommerce frontend template

Made by Emanuel Rodriguez

About The Project

Source Shop Screen Shot

I made this project during Coderhouse React course.

Prerequisites

You only need Node.js on your computer since all the project dependencies are automatically installed during the installation.

You can get Node.js here.

Installation

  1. Clone the repo
    git clone https://github.com/EmRodr/source-shop.git
  2. Install NPM packages
    npm install
  3. Mount the project locally
    npm run dev

Roadmap

  • AMD Users

    • Login system
      • Firebase DB integration
      • Hold session with cookies
    • Registration system
      • Firebase DB integration
    • Deleting account system
      • Firebase DB integration
    • Integration with other social networks
      • Twitter
        • Firebase DB integration
      • Facebook
        • Firebase DB integration
      • Google
        • Firebase DB integration
      • Discord
        • Firebase DB integration
  • Show products from the shop

    • Filter by type
    • Firebase DB integration
  • Cart system

    • Add item to cart
      • Main function implementation
      • Firebase DB integration
    • Remove an item from the cart
      • Firebase DB integration
    • Pay the cart
      • Main function implementation
  • Stock system

    • Control to prevent users from buying out of stock items by all views
    • Firebase DB integration
      • Subtract existing stock
  • Web mobile support

  • Paying system

    • Google Pay integration
    • Paypal integration
    • Firebase DB integration
  • History and tracking of the products

    • Tracking view
    • History view
    • Firebase DB integration
  • Discount system

  • Multiple language support

  • Unit tests

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages