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

https://github.com/sultan99/pizza-order

🍕 Demo application for making pizza order.
https://github.com/sultan99/pizza-order

Last synced: 4 months ago
JSON representation

🍕 Demo application for making pizza order.

Awesome Lists containing this project

README

          

## Pizza Order Demo Application

🍭 Here you can find UI prototype: [figma](https://www.figma.com/file/Q1ZdtQ99iiRosAt92XntjEOf/%F0%9F%8D%95-Pizza-Order?node-id=0%3A1)

📺 Here you can find [online demo](https://codesandbox.io/p/devbox/github/sultan99/pizza-order/tree/master/)


📖 If you liked the approach, you can read more about it in the article [Simplified Redux](https://dev.to/sultan99/simplified-redux-fp).

## Getting started
Don't worry be magic 🧙‍

🧙‍ Three magic lines to get the project:
```sh
git clone git@github.com:sultan99/pizza-order.git
cd pizza-order
npm i
```

🧙‍ Two magic commands to start:
```sh
npm run build
npm run server
```

🔗 One magic link to get involved: [http://localhost:3000](http://localhost:3000/)



## Development enviroment
🧙‍ Two magic words to start:
```sh
npm start
```

🔥 Hot reloads on every changes: [http://localhost:8080](http://localhost:8080/)