https://github.com/thangapandi-k/react-formik-validation-task
Creating a admin dashboard for a library management system that allows users to manage book and authors details and using Formik for all form validations.
https://github.com/thangapandi-k/react-formik-validation-task
formik-validation npm react react-hooks react-router-dom
Last synced: about 1 month ago
JSON representation
Creating a admin dashboard for a library management system that allows users to manage book and authors details and using Formik for all form validations.
- Host: GitHub
- URL: https://github.com/thangapandi-k/react-formik-validation-task
- Owner: Thangapandi-K
- Created: 2024-07-16T10:56:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T11:03:57.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T10:29:36.739Z (5 months ago)
- Topics: formik-validation, npm, react, react-hooks, react-router-dom
- Language: JavaScript
- Homepage: https://react-formik-validation-task31.netlify.app/
- Size: 673 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Formik Validation
. Creating a admin dashboard for a library management system that allows users to manage book and authors details and using `Formik` for all form validations

- Created a Library management system with CRUD Operations for adding, editing and deleting of Book & Author details

- Created a form for receiving data fom admin to create a database.
- All inputs in the form are validated using `Formik`

- Created a `Dashboard` to view all books added and to enable editing and deleting datas.
- [Click Here](https://react-formik-validation-task31.netlify.app/) to preview the deployed web page