Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pktcodes/menu-react-project

Menu Project using React
https://github.com/pktcodes/menu-react-project

css3 ecmascript html5 javascript menu react react-hooks usestate

Last synced: about 1 month ago
JSON representation

Menu Project using React

Awesome Lists containing this project

README

        

# Menu 🍔

> PROD [Live] : https://react-menu-prod.netlify.app/

#### Menu consists of a straightforward user interface where there is a

- List of menu items available along with the page title **Our Menu**.
- Each single menu item card has an **image**, **name**, **price**, **info**.
- Buttons have been implemented and will get added dynamically that will filter the items in the list depending on the type of categories present in the data. ie. **`ALL`** for the list of all menu items and other category **`Breakfast`** , **`Lunch`** , **`Shakes`** buttons.
- Data is handled by the `data.js` , `images` and styles are handled by `index.css`
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm start` to start up the development server on default port 3000.

#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState

#### Deployment / Hosting
Netlify

---

_Note: I have developed this project ~ [5] as part of React and Projects Course taught by John Smilga._