https://github.com/lissone/go-restaurant
Project to register and control Italian food dishes.
https://github.com/lissone/go-restaurant
create-react-app jsonserver react styled-components typescript unform yup
Last synced: 4 months ago
JSON representation
Project to register and control Italian food dishes.
- Host: GitHub
- URL: https://github.com/lissone/go-restaurant
- Owner: Lissone
- Created: 2021-06-05T15:23:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T20:14:22.000Z (over 3 years ago)
- Last Synced: 2025-01-15T12:21:19.880Z (5 months ago)
- Topics: create-react-app, jsonserver, react, styled-components, typescript, unform, yup
- Language: TypeScript
- Homepage:
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GoRestaurant
Description |
Requirements |
Technologies |
Usage |
Demonstration
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## 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
- [Nodejs](https://nodejs.org/en/)
- [Npm](https://www.npmjs.com/)
- [Yarn](https://yarnpkg.com/)## 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:
```bash
git clone https://github.com/Lissone/go-restaurant.git
cd go-restaurant
```Install dependencies using:
```bash
yarn
#or
npm install
```Run application:
```bash
yarn dev
#or
npm run dev
```## Demonstration
**Dashboard**

**Recipe registration modal**

## License
Distributed under the MIT License. See `LICENSE` for more information.
Made with ❤️ by Lissone