Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxh1t/auth-form
A responsive email/password authentication form with custom-designed components and theme.
https://github.com/maxh1t/auth-form
auth cicd css html login login-form react reactjs typescript vite
Last synced: 2 days ago
JSON representation
A responsive email/password authentication form with custom-designed components and theme.
- Host: GitHub
- URL: https://github.com/maxh1t/auth-form
- Owner: maxh1t
- Created: 2024-10-22T09:25:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T02:15:07.000Z (2 months ago)
- Last Synced: 2024-12-07T10:06:04.009Z (about 2 months ago)
- Topics: auth, cicd, css, html, login, login-form, react, reactjs, typescript, vite
- Language: TypeScript
- Homepage: https://auth-form.maxh1t.xyz
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth Form
Auth Form is a minimalist and responsive email and password authentication form designed for modern web applications.
Built with React and Vite, this project demonstrates a custom-designed theme and handcrafted components, showcasing a
professional example of a login form.## Features
- **Custom Design**: All components and themes are designed from scratch, showcasing clean and professional UI/UX.
- **Email & Password Authentication**: A practical implementation of authentication form inputs.
- **CSS Styling**: Built with modular CSS for simplicity and flexibility.
- **Fast Development**: Powered by React, Vite, and pnpm for efficient development and builds.
- **CI/CD**: Integrated workflows for continuous integration and deployment.## Installation
Follow these steps to run the Clock App locally:
1. **Clone the Repository:**
```bash
git clone https://github.com/maxh1t/auth-form.git
cd auth-form
```2. Install Dependencies:
Make sure you have [pnpm](https://pnpm.io/) installed globally.
```bash
pnpm install
```3. Run in Development Mode
```bash
pnpm dev
```4. Open in Browser:
Visit http://localhost:5173 to view the app.