https://github.com/edwardcdev/react-hooks_context-api
A simple e-commerce web app built with React, React Hooks, Context API, Node, Express, and Stripe API.
https://github.com/edwardcdev/react-hooks_context-api
express mongodb nodejs react reacthooks stripe-api typescript
Last synced: 6 months ago
JSON representation
A simple e-commerce web app built with React, React Hooks, Context API, Node, Express, and Stripe API.
- Host: GitHub
- URL: https://github.com/edwardcdev/react-hooks_context-api
- Owner: edwardcdev
- Created: 2021-10-17T06:12:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T06:38:42.000Z (about 4 years ago)
- Last Synced: 2025-01-29T11:52:18.590Z (11 months ago)
- Topics: express, mongodb, nodejs, react, reacthooks, stripe-api, typescript
- Language: JavaScript
- Homepage: https://palm-clothing.herokuapp.com/
- Size: 194 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palm Clothing
A simple Ecommerce app. Click here to see [live demo](https://palm-clothing.herokuapp.com/)
## Specification
- Frontend: React, Hooks, Typescript, ContextAPI
- Backend: Node, Express, MongoDB
- [Stripe API](https://stripe.com/docs)
## Features
- Secure frontend to backend user authentication using JWT and BCRYPT
- Simulate frontend to backend store checkout using Stripe API
- Aethetic UI Design of Home Page
- Allows Users to dynamically add, remove, and change number of items in their cart
- Optimizing Performance through React Hooks(useMemo, useCallback, lazy, and Suspense)