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.
- 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.
Follow these steps to run the Clock App locally:
- Clone the Repository:
git clone https://github.com/maxh1t/auth-form.git
cd auth-form- Install Dependencies:
Make sure you have pnpm installed globally.
pnpm install- Run in Development Mode
pnpm dev- Open in Browser:
Visit http://localhost:5173 to view the app.