Skip to content

This is website that allows users to enter input in a form that is limited by Regex.

License

Notifications You must be signed in to change notification settings

Charmain-Bonareri/Regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular-Experssions(Regex)

This is website that allows users to enter input in a form that is limited by Regex.

By Charmain Bonareri, 14/03/2022

Table of contents

Description

This is website that allows users to enter input in a form that is limited by Regex.Setting a type attribute value certainly helps us in limiting what passes as valid input. However, you can go even further and specify a pattern that a username or email address has to follow in order to be considered valid.

Setup and Installation Requirements

To run this program:

$ Fork the repository from my git hub.
$ Clone this repository to a location in your file system.
$ Open terminal command line then navigate to the root folder of the application.
$ Run the code from VS Code or Atom through a liveserver to chrome browser.
$ Make changes where need be.

Behaviour Driven Development (BDD)

This webpage is documented and designed around the behavior a user expects to experience when interacting with it.

Behaviour Input Output
alert invalid input User enters invalid input An alert message is displayed
Valid input User enters an valid input The form is submitted

Technologies

  • HTML - HTML is the standard markup language for Web pages.
  • CSS - CSS is the language we use to style an HTML document.
  • Bootstrap - is the most popular CSS Framework for developing responsive and mobile-first websites.
  • Java Script - JavaScript is the programming language of the Web.
  • jQuery - is a lightweight, "write less, do more", JavaScript library.

Licence

MIT Licence copyright (c) 2022 Charmain Bonareri. All Rights Reserved.

Authors information

Contributions are always welcome!
If you have any questions,comments or correctional advice, feel free to contact me

About

This is website that allows users to enter input in a form that is limited by Regex.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published