Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jp7io/typescript-crud
- Owner: jp7io
- Created: 2021-04-16T02:20:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T02:28:11.000Z (12 months ago)
- Last Synced: 2023-12-31T03:22:37.515Z (12 months ago)
- Topics: react, tutorial, typescript
- Language: TypeScript
- Homepage: https://jp7io.github.io/typescript-crud
- Size: 817 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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