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

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.

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

![alt text](./public/image.png)

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

![alt text](./public/image-1.png)

- Created a form for receiving data fom admin to create a database.

- All inputs in the form are validated using `Formik`

![alt text](./public/image-2.png)

- 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