A modern, responsive landing page for BiteHub, crafted using Semantic HTML, Tailwind CSS, and JavaScript. Built with a mobile-first workflow, ensuring a seamless experience across all devices.
Check out the live version here: BiteHub Live
- Fully responsive design
- Built with Semantic HTML for accessibility
- Styled with Tailwind CSS for quick and efficient UI design
- JavaScript enhancements for interactivity
- Optimized for mobile-first experience
- HTML5 (Semantic Structure)
- Tailwind CSS (Utility-First Styling)
- JavaScript (Interactive Elements)
food-landing-page/
├── assets/
│ ├── img
│ ├── css/
│ │ ├── input.css
│ │ └── output.css
│ └── js/
│ └── main.js
├── index.html
├── .gitignore
├── tailwind.config.js
├── README.md
└── package.json
1- Clone the repository:
git clone https://github.com/yourusername/bitehub-landing.git
2- Navigate to the project directory:
cd food-landing-page
3- Open index.html
in your browser.