You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React.js shopping cart complete with Stripe payment processing system. Shopping cart is fully functional and built on top or react-router-dom, useState & useContext. Features a modal and redirects user to Stripe dashboard. Deployed on Heroku.
This To-Do List app is a Full-Stack MERN app with a RESTful API. React and the Chakra-UI library are on the front-end and a MongoDB database with Mongoose.js, Express.js and Node.js on the back-end. Authentication using JWTs.
React Shopping Cart application using Context API and useReducer for state management. Features include adding, removing, and updating item quantities in the cart. Styled with styled-components and includes prop validation with prop-types.