/gorestaurant-web

A web application for managing dishes.

Primary LanguageTypeScript

GoRestaurant

A web application for managing dishes.

📺 Preview

👨🏻‍💻 Stack and extensions

  • React js with typescript
  • Axios
  • React modal
  • Styled components
  • Json server
  • Unform
  • React icons
  • React router dom

💻 Features

  • List dishes
  • Add dishes
  • Edit dishes
  • Remove dishes
  • Turn on dish availability
  • Turn off dish availability

💾 How to install

  1. Clone this repository - git clone https://github.com/jfilipe-dev/gorestaurant-web.git

  2. Install the dependencies - yarn

  3. Start Json server - yarn json-server server.json -p 3333

  4. Run aplication yarn start