Hawkpraveen / React_Day_10_Task

This repo contains React Day 10 Task of MERN Stack. Build a Simple CRUD operation from API using Axios

Home Page:https://react-crud-simple-use-state.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This repo contains React Day 10 Task of MERN Stack. Build a Simple CRUD operation from API using Axios

https://react-crud-simple-use-state.netlify.app/


Languages

Language:JavaScript 87.5%Language:CSS 9.1%Language:HTML 3.4%