|  | 
| 1 | 1 | # React.js CRUD App with React Router & Axios | 
| 2 | 2 | 
 | 
| 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 | + | 
|  | 11 | + | 
|  | 12 | +For instruction, please visit: | 
| 4 | 13 | > [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/) | 
| 5 | 14 | 
 | 
|  | 15 | +Related Posts: | 
|  | 16 | +> [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/) | 
|  | 17 | +
 | 
| 6 | 18 | > [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/) | 
| 7 | 19 | 
 | 
|  | 20 | +> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/) | 
|  | 21 | +
 | 
| 8 | 22 | Using Material UI instead of Bootstrap: | 
| 9 | 23 | > [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/) | 
| 10 | 24 | 
 | 
|  | 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 | +
 | 
| 11 | 34 | Fullstack with Node.js Express: | 
| 12 | 35 | > [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/) | 
| 13 | 36 | 
 | 
|  | 
0 commit comments