cd ~/work
[amrit@arch ~]$ ./work/ohayo-sushi
// case study №3 — client work
Ohayo Sushi
A sushi restaurant website with online ordering features.
role: Frontend DeveloperTypeScriptaccess: private
amrit@arch: ~/work/ohayo-sushi — bash
$ cat readme.md
What this is
Implemented interactive menus, order forms, and animations to enhance user engagement.
$ cat stack.txt
How it's built
- 01Built interactive menu system
- 02Implemented order processing workflow
- 03Created custom animations
- 04Integrated payment gateway
- 05Developed cart management system
$ cat features.txt
What it does
- ->Online ordering
- ->Menu management
- ->Order tracking
- ->Payment integration
- ->Real-time notifications
$ cat challenges.md
The hard parts
Every project has them. These were mine.
- ->Creating intuitive ordering flow
- ->Managing order states
- ->Implementing payment processing
- ->Ensuring order accuracy
// want something like this? let's talk