Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kishan2029/restaurent-page
A React landing page for a restaurant, built with Tailwind CSS, explores responsive design concepts through an interactive learning experience.
https://github.com/kishan2029/restaurent-page
reactjs tailwindcss
Last synced: 4 days ago
JSON representation
A React landing page for a restaurant, built with Tailwind CSS, explores responsive design concepts through an interactive learning experience.
- Host: GitHub
- URL: https://github.com/kishan2029/restaurent-page
- Owner: Kishan2029
- Created: 2023-06-25T10:37:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T17:56:35.000Z (9 months ago)
- Last Synced: 2024-02-26T19:05:16.103Z (9 months ago)
- Topics: reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://restaurent-menu-page.netlify.app/
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Restaurent Page
## :dart: About
A React landing page for a restaurant, built with Tailwind CSS, explores responsive design concepts through an interactive learning experience.
## :rocket: TechnologiesThe following tools were used in this project:
- React-Vite
- Tailwind
## Deploy Link
https://restaurent-menu-page.netlify.app/## :checkered_flag: Starting
```bash
# Run Project
$ npm install # install dependancy
$ npm run dev# The server will initialize in the
```