https://github.com/balick/kb-restaurant
Demonstrate the use of react+tailwind by creating a recipe presentation page.
https://github.com/balick/kb-restaurant
framer-motion gsap javascript reactjs scss swiper-js tailwindcss vitejs
Last synced: about 1 year ago
JSON representation
Demonstrate the use of react+tailwind by creating a recipe presentation page.
- Host: GitHub
- URL: https://github.com/balick/kb-restaurant
- Owner: Balick
- Created: 2022-04-22T22:04:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T09:12:29.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T03:54:24.414Z (about 1 year ago)
- Topics: framer-motion, gsap, javascript, reactjs, scss, swiper-js, tailwindcss, vitejs
- Language: JavaScript
- Homepage: https://kb-restaurant.vercel.app
- Size: 65.3 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📋 Table of Contents
1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🤸 [Quick Start](#quick-start)
This presentation page template is ideal for an online restaurant delivery website. It's simple to customize and offers a seamless experience for users. You can easily add your own details, customize colors and images, and highlight the key features of your delivery service.
If you need help or run into bugs, drop me a line and let's talk. [Théo Balick](mailto:balickmethens@gmail.com)
X Account: [@theo_balick](https://twitter.com/theo_balick)
Linkedin: [Théo Balick](https://www.linkedin.com/in/th%C3%A9o-balick-7755731a5/)
- React JS
- Framer Motion
- Tailwind CSS
- JavaScript
- SCSS
- GSAP
Follow these steps to set up the project locally on your machine.
**Prerequisites**
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)
**Cloning the Repository**
```bash
git clone https://github.com/Balick/kb-restaurant
cd kb-restaurant
```
**Installation**
Install the project dependencies using npm:
```bash
npm install
```
**Running the Project**
```bash
npm run dev
```
Open [http://localhost:5173](http://localhost:3000) in your browser to view the project.