项目作者: tan27

项目描述 :
Online Marketplace
高级语言: JavaScript
项目地址: git://github.com/tan27/ecommerce.git
创建时间: 2021-06-16T06:28:12Z
项目社区:https://github.com/tan27/ecommerce

开源协议:

下载






## Online Marketplace / E-Commerce App 🛒

> Marketplace with profiles.

## Development Focus
- Maintain state with React Hooks.
- Create useEffect to ashychronously fetch products from API.
- Utilize Cart Provider for cart management and implementation speed.
- Include back-end, utilizing Rest APIs and MongoDB to manage user data.
- Include individual css and tachyons for styling.
- Deploy to Heroku.

## Development Improvement
- [ ] Refactor all states to being managed with React Hooks.
- [ ] Clean-up components with repeated code.