Lissone / go-restaurant

Project to register and control Italian food dishes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoRestaurant

Description   |    Requirements   |    Technologies   |    Usage   |    Demonstration


License Repo size Top lang Stars repo Forks repo Pull requests Last commit

Report bug · Request feature


Description

Project to register and control Italian food dishes. As a way to organize and inform the employee or manager of the establishment the amount of active dishes on the menu.

Used as a challenge to migrate the template that was in Javascript and Class Components to Typescript and Function Components, using hooks.

At the moment, working only with a fake api, to improve the learning of present technologies.

Requirements

Technologies

  • CRA (Create react app)
  • Typescript
  • Styled Components
  • UnForm
  • Yup
  • Axios
  • JsonServer (Fake api)

Usage

You can clone it on your pc using the command:

git clone https://github.com/Lissone/go-restaurant.git
cd go-restaurant

Install dependencies using:

yarn
#or
npm install

Run application:

yarn dev
#or
npm run dev

Demonstration

Dashboard

Dashboard

Recipe registration modal

Modal

License

Distributed under the MIT License. See LICENSE for more information.

Made with ❤️ by Lissone


About

Project to register and control Italian food dishes.


Languages

Language:TypeScript 97.1%Language:HTML 2.9%