This project is a responsive login page designed with Tailwind CSS and DaisyUI. It features a stylish user interface with animated elements and a password toggle functionality. The form includes validation for a strong password and displays alerts for successful or failed login attempts using SweetAlert2.
Check out the live demo of this login page here.
To run this project locally, you'll need a web browser that supports HTML5 and JavaScript.
Clone the repository:
git clone https://github.com/arafat0122/login_page1.git
Navigate to the project directory:
cd login_page1
Open the index.html file in your web browser to view the login page.
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Contributions are welcome!
If you have any questions or feedback, feel free to reach out to me at soyebarafat0122@yahoo.com
The project directory is structured as follows:
login_page1/
├── asset/ # Directory for assets like images, icons
│ └── login.png # Login page icon
├── index.html # Main HTML file for the login page
└── README.md # This README file