Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/