Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asha-saini06/burgerking
🍔 Burger King demo website using React & Tailwind CSS
https://github.com/asha-saini06/burgerking
react tailwindcss
Last synced: about 1 month ago
JSON representation
🍔 Burger King demo website using React & Tailwind CSS
- Host: GitHub
- URL: https://github.com/asha-saini06/burgerking
- Owner: asha-saini06
- Created: 2024-01-30T08:23:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T17:31:43.000Z (10 months ago)
- Last Synced: 2024-03-23T18:32:49.016Z (10 months ago)
- Topics: react, tailwindcss
- Language: JavaScript
- Homepage: https://burger-king-veg.netlify.app/
- Size: 4.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BurgerKing Demo
This project is a demonstration website inspired by the design of Burger King's official website. It is built using React and Tailwind CSS.
![Burger](./public/BK.png)
## Features
- Replicates the design layout of Burger King's website
- Built with React for dynamic and interactive components
- Styled using Tailwind CSS for responsive design and modern aesthetics## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/asha-saini06/BurgerKing.git
```2. Navigate to the project directory:
```bash
cd BurgerKing
```3. Install the dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm start
```5. Open your browser and visit `http://localhost:3000` to view the website.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.