A practice e-commerce project using React, TypeScript, and Tailwind CSS. Demonstrates product pages, shopping cart, and responsive UI.
Stars
8
Forks
0
Watchers
8
Open Issues
0
Overall repository health assessment
^4.1.12^1.11.01.0.0-beta.3^19.1.1^19.1.1^7.8.1^4.1.12^9.33.0^19.1.10^19.1.7^5.0.0^9.33.0^5.2.0^0.4.20^16.3.0~5.8.3^8.39.1^7.1.235
commits
refactor: apply code cleanup and standardize formatting across files
92cd20eView on GitHubfeat: if user logged in redirect to home page & placing the App component in the LoginProvider & Login process and create token in localStorage & get username and password from user input to log in
d6d76bcView on GitHubfeat: create private route & create login page & use private route and login route in App & create custom LoginContext hook
7449e34View on GitHubfeat: set data to localStorage & create useLocalStorage hook
0edc749View on GitHubfeat: create handleRemoveProduct function & create remove from cart button
33c2e05View on GitHubfeat: use useShoppingCartContext in Product.tsx & add to cart process
c82b69cView on GitHub