A Shopping Tracker Application made with React
A Shopping Tracker Application with multiple features such as CRUD, Search & Filter, etc.
This project is purely made with Front-end. No Back-end or Database Storage.
- Clone the repository and
cdinto its root directory - Run
npm installto install dependencies - Run
npm startfrom the project directory to run in development mode
This application is served at http://localhost:3000 by default.
Run npm run build to build the static assets for external or local hosting. The files will be located inside the build folder by default.
It correctly bundles React in production mode and optimizes the build for the best performance.
In the Home Page, you can Add a new Product, Update, and Delete existing Product. Click the Cart Button to navigate to Shopping Cart Page with all added Products from Shopping List Page.
In Shopping Cart Page, you can update the quantity of each product along with remove the product from Cart Items and click on the Proceed to Payment button to navigate to Payment Confirmation Page.
In Payment Confirmation page, you can view all your added Products' prices and quantities from your Shopping Cart which allow you to click on the PAY button to bring you to the Payment Complete page.
In Payment Complete page, a simple payment receipt will show up together with the Back to Home button to bring you back to the main page.
Note: Products are not stored anywhere. Both Shopping Cart and Payment Confirmation pages will alert you that all your products will be gone if you leave or refresh the page.
