Shopping Site banner

Shopping Site

3 devlogs
1h 46m 9s

ShopEasy is a simple React-based shopping cart application that allows users to browse products, add items to their cart, and manage them easily. It includes basic user authentication with login and registration features. All data is stored using …

ShopEasy is a simple React-based shopping cart application that allows users to browse products, add items to their cart, and manage them easily. It includes basic user authentication with login and registration features. All data is stored using localStorage, so no backend is required. The project is built with reusable components and a clean UI using Tailwind CSS. It is a great beginner-friendly project to understand React fundamentals.

This project uses AI

use AI for some part

Demo Repository

Loading README...

jagaprasanth2007

Make the code for deployement in github . and add a Readme file which explains my site

Attachment
0
jagaprasanth2007

added login and register authentication using localstorage . i dont know about data base . so i done with what i knew

Attachment
0
jagaprasanth2007

I added product list and cart items properly . during this i learned how to use react components and prorps through function parameter

Attachment
0