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: 10 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T02:28:11.000Z (about 2 years ago)
- Last Synced: 2025-04-05T23:26:12.215Z (10 months ago)
- Topics: react, tutorial, typescript
- Language: TypeScript
- Homepage: https://jp7io.github.io/typescript-crud
- Size: 818 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 |
| ------------- | ------------- |
|  |  |
More: https://github.com/jp7io/typescript-crud/wiki/Screenshots
#### Includes
* TypeScript
* React
* Axios
* Hooks
* Validations
* Deploy with Github Pages