A project for pricing in coffee shop
@problem: Gemo
Link to web-app: https://pricing-pi.vercel.app/
-
This repository is about pricing problem, which devided into list of subproblem:
-
Data
Described in data/ directory
-
UI
Described in ui/ directory
-
Web-app
Coded in JSX, using React library and next.js framework. It's deployed by Vercel. The link to app given above.
Code struture follows the next.js framework standard.
For the ease of understand, see the mockup in ui/ directory. The app is coded follow the mockup
-
Model
This is the data modeling and solving by OOP perspective. It's help to understand the problem easier but the actual implementation may not follow due to the lack of my knowledge of other languages(like JS).
-