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.
- Host: GitHub
- URL: https://github.com/ritwickdey/sample-login-signup-form
- Owner: ritwickdey
- License: mit
- Created: 2018-03-17T20:26:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T05:22:48.000Z (about 8 years ago)
- Last Synced: 2025-06-16T05:45:48.433Z (10 months ago)
- Topics: angular, form, login, signup
- Language: TypeScript
- Homepage: https://ritwickdey.github.io/sample-login-signup-form
- Size: 623 KB
- Stars: 8
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.