An open API service indexing awesome lists of open source software.

https://github.com/ritwickdey/sample-login-signup-form

A sample Login/Signup form made with angular 5.
https://github.com/ritwickdey/sample-login-signup-form

angular form login signup

Last synced: 7 months ago
JSON representation

A sample Login/Signup form made with angular 5.

Awesome Lists containing this project

README

          

# Sample Login Signup Form

A sample Login/Signup form made with angular 5.

## Link:
- https://ritwickdey.github.io/sample-login-signup-form

## Features
- Responsive UI.
- Angular Animation
- Form Validation
- No CSS library used
- CI/CD to deploy

## To run locally

Make sure `node` & `npm` or `yarn` is installed on your system.

```
> git clone https://github.com/ritwickdey/sample-login-signup-form.git
> cd sample-login-signup-form/
> yarn install || npm install
> yarn run || npm run
```
----------
Thank You.