/signup-form

Sign up form with Angular and GSAP

Primary LanguageCSS

Signup form

The form is made with Angular's reactive technique - Reactive Forms. For animation purposes the GSAP library is included to complement events, like selecting a favorite Ninja Turtle.

The end result of the form is outputed to the console after the completition.

This can easily be a starting point for creating real forms with Angular.

Preview

alt text

Install

Navigate to the root of the project and run:

npm install

Starting the app

ng serve

You can see the it on localhost:4200.

Libraries