Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mouracamila/react-crud
Challenge 10: GoRestaurant Web
https://github.com/mouracamila/react-crud
reactjs typescript
Last synced: 8 days ago
JSON representation
Challenge 10: GoRestaurant Web
- Host: GitHub
- URL: https://github.com/mouracamila/react-crud
- Owner: mouracamila
- Created: 2020-08-21T16:31:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T09:06:34.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T14:32:47.642Z (over 1 year ago)
- Topics: reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![gif.gif](https://raw.githubusercontent.com/mouracamila/react-crud/master/gif.gif)
GoRestaurant Web## Introduction
This is an application that connects a fake API, shows the food dishes, and can be created, edited and deleted the food dishes.
### Main Technologies
- ReactJS
- TypeScript### Requirements
- [yarn](https://yarnpkg.com/)
## How to use
1. Clone this Repository:
`$ git clone [email protected]:mouracamila/react-crud.git`
2. Installing dependencies:
`$ yarn`
3. Running Fake API:
`yarn json-server server.json -p 3333`
4. Running project:
`$ yarn start`