Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shyamsundernt/day28task

Context API with Cart page
https://github.com/shyamsundernt/day28task

context-api css html5 reactjs

Last synced: 5 days ago
JSON representation

Context API with Cart page

Awesome Lists containing this project

README

        

# Shopping Cart with Context API

This project is a simple shopping cart application built using React and Context API. It demonstrates how to manage global state for a shopping cart in a React application.

# Introduction

This application showcases the use of the Context API to manage a shopping cart in a React application. The Context API allows for state to be shared and managed across multiple components without the need for prop drilling.

# Features
Add items to the cart

Remove items from the cart

Total item quantities

Display total price