-
Notifications
You must be signed in to change notification settings - Fork 3
13 Readme
JP Barbosa edited this page Apr 16, 2021
·
1 revision
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
git add .
git commit -m "Readme"