Skip to content

Commit

Permalink
add references
Browse files Browse the repository at this point in the history
  • Loading branch information
tienbku committed Mar 10, 2021
1 parent bf60f5c commit 8b0d324
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
# React.js CRUD App with React Router & Axios

Build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Bootstrap.

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.

![react-crud-example-web-api-demo](react-crud-example-web-api-demo.png)

For more detail, please visit:
> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
> [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/)
Expand Down
Binary file added react-crud-example-web-api-demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b0d324

Please sign in to comment.