Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/charlesfrye/odin-shopping-cart

A Real Fake Store
https://github.com/charlesfrye/odin-shopping-cart

Last synced: 27 days ago
JSON representation

A Real Fake Store

Awesome Lists containing this project

README

        

# Fake Store

This application is a fake store that allows users to browse through a list of products and add them to their cart. The user can also remove items from their cart, view the total price of their cart, and "check out" (which empties the cart).

The application is built using Vite and React.