Skip to content

13 Readme

JP Barbosa edited this page Apr 16, 2021 · 1 revision

Readme

Create README.md

code ./README.md
# TypeScript CRUD (Frontend)

#### A guide to build a TypeScript CRUD (Frontend) with React.

#### Live Demo

* This Frontend: https://jp7internet.github.io/typescript-crud
* API (Backend): https://typescript-crud-api.herokuapp.com

#### Step-by-Step Tutorial (Start Here!)

https://github.com/jp7internet/typescript-crud/wiki

#### Screenshots

| Interface | Structure |
| ------------- | ------------- |
| ![Interface](https://github.com/jp7internet/typescript-crud/wiki/images/edit.png) | ![Structure](https://github.com/jp7internet/typescript-crud/wiki/images/structure.png) |

More: https://github.com/jp7internet/typescript-crud/wiki/Screenshots

#### Includes

* TypeScript
* React
* Axios
* Hooks
* Validations
* Deploy with Github Pages

Add README to Git

git add .
git commit -m "Readme"

Next step: Deploy

Clone this wiki locally