Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svimaladhithan/reactaxios
completed a simple CRUD operation with mockAPI using Axios
https://github.com/svimaladhithan/reactaxios
javascript jsx react reactrouterdom
Last synced: about 1 month ago
JSON representation
completed a simple CRUD operation with mockAPI using Axios
- Host: GitHub
- URL: https://github.com/svimaladhithan/reactaxios
- Owner: svimaladhithan
- Created: 2024-05-17T07:43:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T12:13:41.000Z (8 months ago)
- Last Synced: 2024-05-19T13:30:52.927Z (8 months ago)
- Topics: javascript, jsx, react, reactrouterdom
- Language: JavaScript
- Homepage: https://main--crudwithaxios.netlify.app/
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is about simple CRUD operation.
I have created a API using mockAPI and used postman application for the verification purposes
I have used Axios for the API fetch all over the project and performed a CRUD operation
In the create page, you can add a new user which will be added to the API
In the edit page, a form will be shown with the details of the user when we click on edit in the usrs page, once we edit the data and click update, the changes will be updated to the respective ID
Home page will populate all the users information from the API
Users page will have the users data in the table and have the edit and delete buttons