Gustavo-Victor / form-validation-in-JS

Custom Form Validation in JavaScript using API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Validation in JS

Custom Form Validation using HTML, CSS, JS and Validation API

About the projectScreenshotsHow to UseFeaturesHow to ContribuiteAuthorLicence

🚀Project Completed ✅

💻 About the Project

This project consists of a simple form page and it is designed to practice validating forms in javascript using the forms api. The project was developed based on a Rocket Seat Youtube video but with some changes.

🎨 Screenshots

Desktop / Laptop

img img

Mobile

img img

🚀 How to Use

Before you start, you will need to install Git and also a powerful code editor like Visual Studio Code to clone, test and modify this repository on your machine. To understand the code, you need to know the basics of HTML, CSS and JavaScript.

🛠 Features

The following tools were used in the construction of the project:

Languages

Utilities

💪 How to Contribuite

  1. Fork the project.

  2. Create a new branch with your changes: git checkout -b my-feature

  3. Save the changes and create a commit message telling you what you've done: git commit -m "feature: My new feature"

  4. Submit your changes: git push origin my-feature

🦸 Author

Made with ❤️ by Gustavo Souza. 👋 Get in touch

📝 Licence

This project is under the MIT license.

Anyone can use, clone, fork and contribute to this project.

About

Custom Form Validation in JavaScript using API

License:MIT License


Languages

Language:JavaScript 43.9%Language:CSS 35.9%Language:HTML 20.2%