Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saddambd/food-corner
Food Corner
https://github.com/saddambd/food-corner
api daisyui javascript tailwindcss
Last synced: about 2 months ago
JSON representation
Food Corner
- Host: GitHub
- URL: https://github.com/saddambd/food-corner
- Owner: saddamBD
- Created: 2024-09-16T10:02:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:25:11.000Z (5 months ago)
- Last Synced: 2024-10-30T20:48:50.388Z (3 months ago)
- Topics: api, daisyui, javascript, tailwindcss
- Language: HTML
- Homepage: https://food-corner-p0xi9704e-saddambds-projects.vercel.app/
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Food Corner Landing Page
This project is a food-themed landing page for a website called Food Corner. It showcases different food categories like Potato, Soup, Chicken, and Beef.
### Features
* **Responsive Navbar:**
* Contains buttons for various food categories (Potato, Soup, Chicken, and Beef).
* Mobile responsive: shows a hamburger menu for smaller screens.
* **Banner (Carousel):**
* Features a carousel with four slides, each showcasing a different food category.
* Includes navigation buttons to switch between slides.
* **Featured Section (Meals):**
* Dynamic meal data is fetched from TheMealDB API for each food category.
* **FAQ Section:**
* Accordion-style collapsible FAQ section with common customer queries.
* **Footer:**
* Provides additional links for services, company information, and legal details.### Technologies Used
* HTML5
* TailwindCSS: For utility-first CSS styling.
* DaisyUI: A UI component library for TailwindCSS.
* JavaScript (ES6): For dynamic functionality, such as API calls and interactions.
* TheMealDB API: For fetching meal information based on categories.