This is website that allows users to enter input in a form that is limited by Regex.
- Description
- Setup and Installation Requirements
- Behaviour Driven Development
- Technologies
- Licence
- Authors information
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.
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.
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 |
- 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.
MIT Licence copyright (c) 2022 Charmain Bonareri. All Rights Reserved.
Contributions are always welcome!
If you have any questions,comments or correctional advice, feel free to contact me
- Email: mogerecharmain@gmail.com