Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jp7io/typescript-crud

A guide to build a TypeScript CRUD (Frontend) with React.
https://github.com/jp7io/typescript-crud

react tutorial typescript

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# TypeScript CRUD (Frontend)

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

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

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

#### Live Demo

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

#### Screenshots

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

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

#### Includes

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