Animated-Login-Form

A clean, compact login UI demo designed for quick inclusion in webpages or UI collections. The demo shows a centered login card (`index.html`) with subtle visuals suitable for dark-themed sites.

Moderate Pure Nim score 50/100 · last commit 2026-06-08 · 1 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 1
Forks 0
Open Issues 0
Last Commit 2026-06-08
Downloads 0
Last Indexed 2026-09-06 06:05

Installation

nimble install Animated-Login-Form
choosenim install Animated-Login-Form
git clone https://gitlab.com/youngcoder45/Animated-Login-Form

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
Animated-Login-Form - - - - - - -

README

Login Bag Form

A clean, compact login UI demo designed for quick inclusion in webpages or UI collections. The demo shows a centered login card (index.html) with subtle visuals suitable for dark-themed sites.

Preview

Included screenshots (open locally to view):

  • Login cover
  • Login filled state
  • Login error message

Demo Description

  • Single-file demo: index.html contains the markup for the login card.
  • Dark, minimal visual style ideal for modern dashboards and landing pages.
  • Inputs for Username and Password, plus a Remember me checkbox and Forget Password link.

How it works

  • The form is purely front-end and intended as a UI/UX pattern. No backend authentication.
  • You can use the page as a static example or wire it to your authentication endpoint.

Files

  • index.html — The demo page with the login card.
  • 1.png, 2.png, 3.png — Screenshot images used in the README.

Usage

  1. Open index.html in a browser to preview the component.
  2. Replace text, icons, or styles to match your project.
  3. To add real authentication, handle form submission and call your backend API from JavaScript.

License

Free to use and adapt for personal and commercial projects. If you redistribute, please keep attribution where reasonable.