Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliramazanov/shop-app-formik
Shop application project that uses plain Redux for state management and Formik for input validation
https://github.com/aliramazanov/shop-app-formik
Last synced: about 15 hours ago
JSON representation
Shop application project that uses plain Redux for state management and Formik for input validation
- Host: GitHub
- URL: https://github.com/aliramazanov/shop-app-formik
- Owner: aliramazanov
- Created: 2023-09-05T05:09:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T14:37:44.000Z (about 1 year ago)
- Last Synced: 2023-09-21T04:16:33.482Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://shop-app-formik.vercel.app
- Size: 7.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hobby Shop
That web application is a replica of my another project
I used plain Redux here to contain and manage the application state
Created with React, Redux, React Router v6 and built with Vite.
It keeps your favourites and items on basket on the localStorage
All images are from Unsplash and belong to rightful owners.
React Confetti added for extra fun
Styled with SASS
P.S. I know it is not a best practive to use Redux like that
This React Application simulates an Online Shop Experience, where you can:- Discover products
- Add them to Favourites
- Add them to Basket
- Remove from the Basket
- Gain more knowledge about the Company