This is a simple web application that allows users to add, remove, increase, and decrease the quantity of products in a basket. Users can also sign in and sign out of the application. This application is built using React, Redux Toolkit, and Styled Components.
- Add Products to Basket Users can browse a list of products and add them to their basket.
- Remove Products from Basket Users can remove products from their basket.
- Increase and Decrease Product Quantity Users can increase or decrease the quantity of a product in their basket.
- Sign In and Sign Out Users can sign in. Users can sign out.
ReactJS: A JavaScript library for building user interfaces. Redux Toolkit: A library for state management in React applications. Styled Components: A library for styling React components with tagged template literals.
Check the hosted version here 🙃: My store