Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkpraveen/react_day_10_task
This repo contains React Day 10 Task of MERN Stack. Build a Simple CRUD operation from API using Axios
https://github.com/hawkpraveen/react_day_10_task
axios-react bootstrap5 netlify reactjs useeffect-hook usestate-hook
Last synced: 3 days ago
JSON representation
This repo contains React Day 10 Task of MERN Stack. Build a Simple CRUD operation from API using Axios
- Host: GitHub
- URL: https://github.com/hawkpraveen/react_day_10_task
- Owner: Hawkpraveen
- Created: 2024-05-17T15:33:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:05:25.000Z (6 months ago)
- Last Synced: 2024-05-18T16:56:46.043Z (6 months ago)
- Topics: axios-react, bootstrap5, netlify, reactjs, useeffect-hook, usestate-hook
- Language: JavaScript
- Homepage: https://react-crud-simple-use-state.netlify.app/
- Size: 53.7 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
## https://react-crud-simple-use-state.netlify.app/