This is a restaurant website built using Vite, React, Framer Motion, and Tailwind CSS.
- Responsive design for optimal viewing on any device
- Menu listings with photos and descriptions of each dish
- A reservation form for customers to book a table at the restaurant
- An "About Us" section introducing the team and story behind the restaurant
To get started with this app, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/Ousbaiy/Restaurant.git
- Install the dependencies:
cd Restaurant
npm install
- Start the development server:
npm run dev
This will start the development server and open the app in your default browser. The app will automatically reload whenever you make changes to the code.
npm run build
This will create a production-ready build of the app in the dist directory. You can then deploy the app by serving the dist directory with a static file server.
- Vite: A lightweight, fast, and opinionated web development build tool.
- React: A JavaScript library for building user interfaces.
- Framer Motion - A production-ready motion library for React
- Tailwind CSS: A utility-first CSS framework for rapid styling.