Articles in this series
Entry-level project, ReactJS · Code review : import React from 'react'; const CartContext = React.createContext({ items: [], totalAmount: 0, ...
Entry Level / Backend / NodeJS · General Impression : The project is written well, Im not sure if this project is a personal project to learn deeply...