GithubHelp home page GithubHelp logo

menucard's Introduction

Dynamic Menu -Using React Js


This is a simple web application built using ReactJS and hooks that displays a dynamic menu with categories such as breakfast, lunch, dinner, and sweets. The menu data is fetched from a custom API that provides the necessary information for each menu item.

Alt text

Features

  • Display menu items in different categories: breakfast, lunch, dinner, and sweets.
  • Dynamic navbar that updates based on the available menu categories.
  • Fetches menu data from a custom API for flexibility and easy updates.

Prerequisites

  • Node.js and npm must be installed on your machine.

Getting Started

  1. Clone this repository:

    git clone <repository_url>
    cd dynamic-menu-app
    

Install the dependencies:

'npm install'

Start the development server:

'npm start'

dynamic-menu-app/

├── src/
│ ├── components/
│ │ ├── Navbar.js
│ │ ├── MenuList.js
│ │ └── ...
│ │
│ ├── hooks/
│ │ ├── useMenuData.js
│ │ └── ...
│ │
│ ├── services/
│ │ ├── menuApi.js
│ │ └── ...
│ │
│ ├── App.js
│ ├── index.js
│ └── ...

├── public/
├── package.json
├── README.md
└── ...

Components Navbar.js: Displays the dynamic navigation bar based on available menu categories. MenuList.js: Renders the list of menu items within a specific category. ... Hooks useMenuData.js: Custom hook for fetching menu data from the API. ... Services menuApi.js: Module for interacting with the custom API to fetch menu data. Contributing Contributions are welcome! If you have any suggestions or improvements, feel free to create an issue or submit a pull request.

Thank You...

menucard's People

Contributors

aj64bit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.