Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandrabose-11/react-curd
https://github.com/chandrabose-11/react-curd
axios bootstrap css html javascript mockapi reactjs routing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chandrabose-11/react-curd
- Owner: ChandraBose-11
- Created: 2024-07-11T09:44:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T07:10:45.000Z (5 months ago)
- Last Synced: 2024-07-15T08:40:16.272Z (5 months ago)
- Topics: axios, bootstrap, css, html, javascript, mockapi, reactjs, routing
- Language: JavaScript
- Homepage: https://react-curd-operation.netlify.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Day 30 Task - CRUD with axios About the Website Navigation from one page to another by clicking the links in the navigation bar at the top and footer of the website. The Dashboard page displays the data of all the users. The Userdetails page displays the data of all the users along with Edit and Delete buttons to perform the specific functions and Create button at bottom to create. To edit the user data click the edit button in the Users page which redirects to Edit page. To delete a user data click the delete button in the Users page and the particular user data will immediately get deleted from the api. To create a new user navigate click the create button either in navbar or Create button at the bottom of the User Details page. Deployed the Work in Netilfy