ShravanMeena / email-validation-in-javascript

Email validation is a critical part of validating an HTML form. An email is a string or a subset of ASCII characters separated into two parts by @ symbol. The first part contains personal information while the other contains the domain name at which the email is registered.

Home Page:https://emailvalidation0799.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Email validation is a critical part of validating an HTML form. An email is a string or a subset of ASCII characters separated into two parts by @ symbol. The first part contains personal information while the other contains the domain name at which the email is registered.

Features

  • Better UI
  • Email Validation
  • With color code

Technology Stack Used In This Project

  • JavaScript
  • HTML/CSS

Project Live

Click here

Run This Project on Your Local Machine

  1. Clone the repository to your local desktop
    git clone paste_link_you_copied
    
  2. Change the directory
    cd sweet-alert-in-javascript-
    
  3. Install
    npm install or yarn install
    
  4. Run the application
    npm start
    

How to Contribute

  1. Make a Fork.
  2. Clone the repository to your local desktop.
    git clone paste_link_you_copied
    
  3. Create a new branch (It's necessary).
    git checkout -b branch-name
    
  4. Make changes and Add to Staging here.
    git add.
    
  5. Commit changes.
    git commit -m "Message you want to write"
    
    • Always write the message short and easy to understand (ideally 3 to 5 words).
  6. Push the changes so that a pull request will be generated.
    git push -u origin branchName
    
  7. Make PR.
  8. Commits should be descriptive.
  9. Try to minimize conflicts.
  10. Follow these steps only after you have Git installed in your system.

Where to Contribute

  1. UX/UI
    • You can improve the existing User Interface or can introduce a new layout for Flack.
  2. Code reformat
    • You can introduce more concise and readable code
  3. Improvements in Backend
    • You can find any bug or error and can fix it
  4. Readme file
    • If you think that something is missing from the readme file. You can introduce new sections for the readme file or can improve the existing one.

Click here to Contribute

Note

Please do not commit to master branch. please merge your branch with development branch.

About

Email validation is a critical part of validating an HTML form. An email is a string or a subset of ASCII characters separated into two parts by @ symbol. The first part contains personal information while the other contains the domain name at which the email is registered.

https://emailvalidation0799.netlify.app/


Languages

Language:JavaScript 39.3%Language:CSS 38.0%Language:HTML 22.8%