https://github.com/akashp73387/day-31-react-formic-task
This repo contains React Day 11 Task of MERN Stack. Build a Library management system using simple CRUD operation from API using Axios with Formik and Yup Validation.
https://github.com/akashp73387/day-31-react-formic-task
ant-design bootstrap5 formic netlify react-router reactjs useeffect-hook usenavigate usestate-hook yup-validation
Last synced: 2 months ago
JSON representation
This repo contains React Day 11 Task of MERN Stack. Build a Library management system using simple CRUD operation from API using Axios with Formik and Yup Validation.
- Host: GitHub
- URL: https://github.com/akashp73387/day-31-react-formic-task
- Owner: akashp73387
- Created: 2024-06-08T14:04:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T14:32:06.000Z (about 2 years ago)
- Last Synced: 2025-01-14T18:03:20.033Z (over 1 year ago)
- Topics: ant-design, bootstrap5, formic, netlify, react-router, reactjs, useeffect-hook, usenavigate, usestate-hook, yup-validation
- Language: JavaScript
- Homepage: https://0react-formic-task.netlify.app/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Day 11 of React Task - Library Management System using CRUD with axios and Formik and Yup validation.
About the Website
Navigation from one page to another by clicking the links in the side bar or footer of the website.
The Dashboard page displays the available books.
The Manage 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 Manage page which redirects to Edit page.
To delete a user data click the delete button in the Manage 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 side bar or footer of website.
Deployed the Work in Netilfy
https://0react-formic-task.netlify.app/