A modern food ordering and restaurant browsing application built with React, TypeScript, and Vite.
- Browse restaurants and food items
- User authentication (login/signup)
- Responsive design with custom SCSS styling
- Fast development with Vite HMR
- React with TypeScript
- Vite for build tooling
- SCSS for styling
- React Router for navigation
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build