https://github.com/bezkoder/react-axios-typescript-example
Build React Typescript example Project - CRUD with Axios and make Web API call
https://github.com/bezkoder/react-axios-typescript-example
axios axios-react crud crud-application crud-sample react react-router-dom react-typescript reactjs typescript
Last synced: 2 months ago
JSON representation
Build React Typescript example Project - CRUD with Axios and make Web API call
- Host: GitHub
- URL: https://github.com/bezkoder/react-axios-typescript-example
- Owner: bezkoder
- Created: 2021-07-07T05:08:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T10:41:53.000Z (over 3 years ago)
- Last Synced: 2025-03-28T10:47:35.590Z (3 months ago)
- Topics: axios, axios-react, crud, crud-application, crud-sample, react, react-router-dom, react-typescript, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 393 KB
- Stars: 41
- Watchers: 2
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Typescript example Project with Axios and Web API
Build a React Typescript and Axios CRUD example to consume Web API with Router & Bootstrap 4.
React Tutorial Application in that:
- Each Tutorial has id, title, description, published status.
- We can create, retrieve, update, delete Tutorials.
- There is a Search bar for finding Tutorials by title.
For instruction, please visit:
> [React Typescript example Project with Axios and Web API](https://bezkoder.com/react-typescript-axios/)Related Posts:
> [React Hooks Typescript example Project with Axios and Web API](https://bezkoder.com/react-typescript-api-call/)> [React (Javascript) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
> [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/)
> [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/)
Using Material UI instead of Bootstrap:
> [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/)More Practice:
> [React Pagination example](https://bezkoder.com/react-pagination-material-ui/)> [React File Upload example](https://bezkoder.com/react-file-upload-axios/)
> [React JWT Authentication & Authorization example](https://bezkoder.com/react-jwt-auth/)
> [React + Redux: JWT Authentication & Authorization example](https://bezkoder.com/react-redux-jwt-auth/)
Fullstack with Node.js Express:
> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)
> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)
Fullstack with Spring Boot:
> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)
> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)
Fullstack with Django:
> [React.js + Django Rest Framework](https://bezkoder.com/django-react-axios-rest-framework/)
Serverless:
> [React Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-crud/)> [React Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-firestore-crud/)
Integration (run back-end & front-end on same server/port)
> [How to integrate React.js with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)> [Integrate React with Node.js Express on same Server/Port](https://bezkoder.com/integrate-react-express-same-server-port/)
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Set port
.env
```
PORT=8081
```## Project setup
In the project directory, you can run:
```
npm install
# or
yarn install
```or
### Compiles and hot-reloads for development
```
npm start
# or
yarn start
```Open [http://localhost:8081](http://localhost:8081) to view it in the browser.
The page will reload if you make edits.