https://github.com/akashp73387/day-30-react-axios-task
This repo contains React Day 10 Task of MERN Stack. Build a Simple CRUD operation from API using Axios
https://github.com/akashp73387/day-30-react-axios-task
axios-react bootstrap5 netlify reactjs useeffect-hook usestate-hook
Last synced: about 2 months 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/akashp73387/day-30-react-axios-task
- Owner: akashp73387
- Created: 2024-06-08T13:40:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T14:35:49.000Z (about 2 years ago)
- Last Synced: 2025-01-14T18:03:16.561Z (over 1 year ago)
- Topics: axios-react, bootstrap5, netlify, reactjs, useeffect-hook, usestate-hook
- Language: JavaScript
- Homepage: https://0react-axios-task.netlify.app/
- Size: 47.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
https://0react-axios-task.netlify.app/