Skip to content
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
Shell scoped to Ohayo Sushi. Type help to dig in.
[amrit@arch ~/work/ohayo-sushi]$

$ cat readme.md

What this is

Implemented interactive menus, order forms, and animations to enhance user engagement.

$ cat stack.txt

How it's built

  1. 01Built interactive menu system
  2. 02Implemented order processing workflow
  3. 03Created custom animations
  4. 04Integrated payment gateway
  5. 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