Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkpraveen/react_day_11_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/hawkpraveen/react_day_11_task
ant-design bootstrap5 formik netlify react-router reactjs useeffect-hook usenavigate-hook usestate-hook yup-validation
Last synced: 3 days 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/hawkpraveen/react_day_11_task
- Owner: Hawkpraveen
- Created: 2024-05-19T14:36:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T04:36:17.000Z (6 months ago)
- Last Synced: 2024-05-22T05:31:47.923Z (6 months ago)
- Topics: ant-design, bootstrap5, formik, netlify, react-router, reactjs, useeffect-hook, usenavigate-hook, usestate-hook, yup-validation
- Language: JavaScript
- Homepage: https://library-management-react-js.netlify.app/
- Size: 58.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://library-management-react-js.netlify.app/