This application is a simplified version of the online grocery store. You can move grocery items to my list which you can move items from my list to my cart later on or move them directly to My Cart. All the purchased items from My Cart are moved to My Storage. You can manage item counts on my storage up to date and set items as stapled items so that you can place insufficient number of items in My Cart to order.
The frontend application is developed using react and semantic ui react, and the backend application is a json-server db.
- Backend: Run json-server --watch db.json from https://github.com/kjbyun0/json-server-template/db
- Frontend: Run npm start from https://github.com/kjbyun0/phase-2-my-final-project-frontend
Video Walkthrough: https://youtu.be/4qYEDgdy8Aw
All the data in this application is from the H-E-B online grocery store. I followed the H-E-B site to develop my Grocery Shop, My List and My Cart.