Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.