ecommerce-typescript-redux
eCommerce
TypeScript
Ecommerce with Redux
React project that provide a UI interface to Learn redux :).
The relevance of these project is the exemple of the redux and typescript, was a very difficult to find a good structure to manager the state and consider the relationship between types.
Please see the store folder and give me some feedback :)!! Thanks.git push
Technologies
-
- NodeJS
-
- ReactJS
-
- Typescript
-
- Redux
-
- Styled Components
-
- Eslint
Components
Home
This component get list of products in a rest api provide using json-server
. Using a redux structure flow, these component can share data between others components.
Cart
Component that contains the list of products that were buy, here it’s possible to remove product and add more amount os products, the components also calculate the totals(product subtotal, general total)
Contributions
-
- Documentation
-
- Refact Project Structure to Duck Pattern
-
- Define Sketch and build Wireframes
-
- Insert a gatway of payment(just for sandbox)
-
- Add login and subscribe Features
-
- Build profile page
-
- Build info page
-
- CHange logo
-
- Build tests
-
- Build validation run in mobile devices