npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

college-form-validator

v1.0.6

Published

Ensure secure and effective form submission with this comprehensive form validation library. Simplifying the validation process for common fields like passwords, emails and text areas.

Downloads

10

Readme

college-form-validator

A library to validate forms with precision and security. This library specializes in seamless checks for common fields - email, password, and text areas.

Features

  • Emails: Exclusive to "mohawkcollege.ca" domains for a targeted user base.
  • Passwords: Robust security—8 characters, special characters, numbers. Unique: User's first name is restricted.
  • Text Areas: Set maximum length characters as per your needs for validation.

Enhance user experience with thorough and effective form validation.

Installation

You can install this package using npm: npm install college-form-validator

Usage

  1. How to use First include the library in your HTML file
<!-- Yout HTML File -->
<script src="node_modules/college-form-validator/index.js"></script>

2. Set Up Form
You can access the example files in the installed package directory.
Once the installation is complete, navigate to the installed package directory:
- cd node_modules/form-validation-library

- You will find the following files 
- `example.css`: Example CSS styles for the form 
- `example.html`: Example HTML form with the applied styles and form validation
- Open the `example.html` file in a web browser to see the example form and how the validation library is integrated  

3. Customize for your needs:
Modify the example files according to your form requirements. Integrate the library by including the JavaScript file in your HTML.

4. Implement in your project
Copy the customized files into your project directory and integrate them into your web application.

## License
This project is licensed under the [ISC License](LICENSE)

## Contact
For questions or feedback, you can reach me at [[email protected]](mailto:[email protected])