react capstone project for meta frontend developer course.
- restaurant website
- table booking form
- responsive design
- accessibility features
pnpm install
pnpm dev
pnpm test
docker build -t little-lemon .
docker run -p 3000:3000 little-lemon
- booking form with validation (react-hook-form and zod)
- unit tests
- accessibility (aria labels)
- responsive design
- semantic html
built with react, typescript, tailwind css and tanstack router. gg