https://github.com/m-anwar-hussaini/pizza-menu
Pizza Menu is a simple React-based app the displays a short list of pizzas on the page with its details like name, price and ingredients.
https://github.com/m-anwar-hussaini/pizza-menu
git github react readme webpack
Last synced: 7 months ago
JSON representation
Pizza Menu is a simple React-based app the displays a short list of pizzas on the page with its details like name, price and ingredients.
- Host: GitHub
- URL: https://github.com/m-anwar-hussaini/pizza-menu
- Owner: M-Anwar-Hussaini
- Created: 2023-07-09T13:16:02.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-12T06:14:20.000Z (over 2 years ago)
- Last Synced: 2025-03-30T21:27:26.505Z (8 months ago)
- Topics: git, github, react, readme, webpack
- Language: JavaScript
- Homepage: https://m-anwar-hussaini.github.io/Pizza-Menu/
- Size: 750 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Pizza Menu ](#-pizza-menu-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Pizza Menu** is my first react project.
1. ✅ **React**
Markup
- HTML
- MD markup
Style
- CSS
Dynamic
- JavaScript
- React
- WepPack
- 🔰 **[React-based project]**
- 🔰 **[Well Code structure]**
- 🔰 **[Responsive]**
- ✅ [Click] to see live demo.
**To get a local copy up and running, follow these steps.**
1. Download or clone this [repostory](https://github.com/M-Anwar-Hussaini/Pizza-Menu).
2. Provide a modern web browser.
### Prerequisites
**In order to run this project you need:**
- ✔ [Git](https://git-scm.com/downloads) installed in your machine.
- ✔ Sign in or sign up to your [Github](https://github.com/) account.
- ✔ A professional editer such as [VS Code](https://code.visualstudio.com/download).
- ✔ An Updated web browser such as Google Chrome, you can download it from [here](https://www.google.com/chrome/).
- ✔ [Node.js](https://nodejs.org/en/download) installed in your machine.
- ✔ Stylelint
- ✔ ESLint
- ✔ WebPack
- ✔ ESLint
```sh
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
```
- ✔ Stylelint
```sh
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
### Setup
- Clone this [repository](https://github.com/M-Anwar-Hussaini/Pizza-Menu) to your desired folder:
- Example commands:
```sh
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/Pizza-Menu.git
```
### Install
- Run the following command in the root directory of the project to install all dependecies.
```sh
npm install
```
### Usage
- To run the project, execute the following command:
```sh
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/Pizza-Menu.git
```
### Run tests
1. Stylelint
```
npx stylelint "**/*.{css,scss}"
```
2. ESLint ☑
```
npx eslint .
```
### Deployment
**This project is deployed by the author, no permission for deployment by any other client.**
👤 **Mohammad Anwar Hussaini**
- 👤 GitHub: [@Anwar Hussaini](https://github.com/M-Anwar-Hussaini)
- 👤 Twitter: [@MAnwarHussaini](https://twitter.com/MAnwarHussaini)
- 👤 LinkedIn: [Mohammad Anwar Hussaini](https://www.linkedin.com/in/mohammad-anwar-hussaini-876638267/)
- [ ] **[Unit test]**
- [ ] **[Responsive]**
- [ ] **[Deployment]**
- [ ] **[Use developer local storage]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/M-Anwar-Hussaini/Pizza-Menu/issues).
If you like this project, kindly drop a start for the [repository](https://github.com/M-Anwar-Hussaini/Pizza-Menu);
**I would like to thank the following individuals and organizations for their contribution to this project.**
- I would like to express my heartfelt gratitude to [**Jonas Schmedtmann**](https://github.com/jonasschmedtmann) for teaching the react course.
This project is [MIT](LICENSE) licensed.