Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`