Skip to main content
  1. All Posts/

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

    1. NodeJS
    1. ReactJS
    1. Typescript
    1. Redux
    1. Styled Components
    1. 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

    1. Documentation
    1. Refact Project Structure to Duck Pattern
    1. Define Sketch and build Wireframes
    1. Insert a gatway of payment(just for sandbox)
    1. Add login and subscribe Features
    1. Build profile page
    1. Build info page
    1. CHange logo
    1. Build tests
    1. Build validation run in mobile devices