An open API service indexing awesome lists of open source software.

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.

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)