Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/808vita/project-shop
An electronics shop using React!
https://github.com/808vita/project-shop
Last synced: about 2 months ago
JSON representation
An electronics shop using React!
- Host: GitHub
- URL: https://github.com/808vita/project-shop
- Owner: 808vita
- Created: 2022-01-06T14:24:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T00:26:56.000Z (almost 3 years ago)
- Last Synced: 2023-06-11T08:20:37.627Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://projectshop808vita.herokuapp.com/
- Size: 2.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-shop
An electronics shop using React!
Live version : https://projectshop808vita.herokuapp.com/
This project uses the MERN stack
(MongoDB , ExpressJs , ReactJs & NodeJs)Project features / highlights:
-Login / register functionality
-Local session storage for : user info , address , cart
-Middelware protected routes for : logged in user routes, admin routes
-Authentication using Json web tokens
-Password hashing
-Dedicated admin panels for : creating , updating and deleting records of users and products
-Paypal payment setup
-Axios for communicating with server
-State management using Redux , thunk & hooks
-React Router for routing
-React-Bootstrap for ui components
-And more...
Thanks Brad Traversy for your guides & tutorials .