alsointech / hero-form

a custom form using toast as input validations (it is not common!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

a custom form using toast as input validations (it is not common!)

How to run

git clone https://github.com/afrancocedeno/hero-form.git # is git installed?

cd hero-form. # acces the new working directtory

npm install # is npm installed ?

npm run dev # run the project!

How to contribute

  1. fork the project

  2. follow these steps:

# get your forked repo to your machine
git clone https://github.com/<your_github_user>/hero-form.git

git pull # make sure you get the latest version of the remote repo

git checkout -b <feature/your_branch_feature> # set the new branch

git add . # append your changes

git commit -m "file create | <your feature description>" # describe your changes

git push -u origin <feature/your_branch_feature>
  1. Finally open a new github.com Pull Request (PR) here

Contributors

License & Copyright

© Alejandro Franco Cedeño, SWE.

About

a custom form using toast as input validations (it is not common!)


Languages

Language:TypeScript 92.7%Language:CSS 6.5%Language:JavaScript 0.9%