Skip to content

Commit 7f9da02

Browse files
committed
add references
1 parent bf60f5c commit 7f9da02

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
11
# React.js CRUD App with React Router & Axios
22

3-
For more detail, please visit:
3+
Build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Bootstrap.
4+
5+
React Tutorial Application in that:
6+
- Each Tutorial has id, title, description, published status.
7+
- We can create, retrieve, update, delete Tutorials.
8+
- There is a Search bar for finding Tutorials by title.
9+
10+
![react-crud-example-web-api-demo](react-crud-example-web-api-demo.png)
11+
12+
For instruction, please visit:
413
> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
514
15+
Related Posts:
16+
> [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/)
17+
618
> [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
719
20+
> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/)
21+
822
Using Material UI instead of Bootstrap:
923
> [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/)
1024
25+
More Practice:
26+
> [React Pagination example](https://bezkoder.com/react-pagination-material-ui/)
27+
28+
> [React File Upload example](https://bezkoder.com/react-file-upload-axios/)
29+
30+
> [React JWT Authentication & Authorization example](https://bezkoder.com/react-jwt-auth/)
31+
32+
> [React + Redux: JWT Authentication & Authorization example](https://bezkoder.com/react-redux-jwt-auth/)
33+
1134
Fullstack with Node.js Express:
1235
> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)
1336

react-crud-example-web-api-demo.png

13.9 KB
Loading

0 commit comments

Comments
 (0)