Skip to content

Logan1x/plethora_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plethora🚴 - Whole new world is waiting for you.

Netlify Status

Website URL: https://plethora-v2.netlify.app/

Plethora 🚴 - A E-commerce Plateform to buy everything related to cycles.

This project is made out of HTML, CSS and ReactJS. If you love to contribute, please make a new issue and let me know :)

Tech Stack

FrontEnd

  • React JS
  • React Context API + useReducer
  • React Router v6
  • Vanilla CSS integrated with Libre UI Component Library

BackEnd

  • MockBee

Screens -

  • Homepage
  • Product explore page
  • Filter Products based on Price, Rating
  • Cart Management
  • Wishlist Management
  • Checkout(Razorpay mock payment gateway)
  • Authentication:
    • User Signup
    • User Login
  • 404 Error Page

Website Preview

screely-1645281248338 (1) productpage cart login signup

Want to contribute? Learn how to install and run locally ?

$ git clone https://github.com/Logan1x/plethora_v2
$ cd plethora_v2
$ npm install
$ npm start

After completing above steps, add JWT secret token in .env file in project root folder.

This Project was made with help of these contributors