A modern restaurant website built with Next.js. This project showcases the restaurant's menu, services, and reservation system with a sleek design and intuitive user experience.
- Frontend: Next.js, React.js, Tailwind CSS
- Styling: Tailwind CSS
- Other Tools: Vercel for deployment, React Fast Marquee for animations, Swiper js, AOS
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/hellomaruf/restaurant.git
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev