/pizza

Primary LanguageJavaScript

Pizza

Hello, this is a pizza application.

Application flow


  1. Select the pizza size
  2. Select the crust thickness
  3. Select desirable toppings
  4. Visualize your pizza

Tech stack


  • ReactJS
  • Redux
  • CSS
  • nodejs v10.19.0

Run application


To run this application you need nodejs and yarn or npm

  1. yarn install
  2. yarn start

Or

  1. npm install
  2. npm start

It's that 🙃.