|
1 | 1 | # React.js CRUD App with React Router & Axios
|
2 | 2 |
|
3 |
| -For more detail, please visit: |
4 |
| -> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/) |
| 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 | + |
| 11 | + |
| 12 | +For instruction, please visit: |
| 13 | +> [React CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/) |
| 14 | +
|
| 15 | +Related Posts: |
| 16 | +> [React Typescript CRUD example to consume Web API](https://bezkoder.com/react-typescript-axios/) |
| 17 | +
|
| 18 | +> [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/) |
5 | 19 |
|
6 | 20 | > [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
|
7 | 21 |
|
| 22 | +> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/) |
| 23 | +
|
8 | 24 | Using Material UI instead of Bootstrap:
|
9 | 25 | > [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/)
|
10 | 26 |
|
| 27 | +More Practice: |
| 28 | +> [React Pagination example](https://bezkoder.com/react-pagination-material-ui/) |
| 29 | +
|
| 30 | +> [React File Upload example](https://bezkoder.com/react-file-upload-axios/) |
| 31 | +
|
| 32 | +> [React JWT Authentication & Authorization example](https://bezkoder.com/react-jwt-auth/) |
| 33 | +
|
| 34 | +> [React + Redux: JWT Authentication & Authorization example](https://bezkoder.com/react-redux-jwt-auth/) |
| 35 | +
|
11 | 36 | Fullstack with Node.js Express:
|
12 | 37 | > [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)
|
13 | 38 |
|
|
0 commit comments