diff --git a/aveenashkumar68.html/README.md b/aveenashkumar68.html/README.md new file mode 100644 index 0000000..b690e41 --- /dev/null +++ b/aveenashkumar68.html/README.md @@ -0,0 +1,58 @@ +# Signup and Login Page + +A simple and responsive Signup and Login page built using **HTML, CSS (Bootstrap), and JavaScript**. + +## Features +- **Signup and Login Forms** with smooth transitions. +- **Validation** for password confirmation. +- **Styled with Bootstrap** for a clean and responsive UI. +- **JavaScript Toggle System** to switch between signup and login forms. +- **Basic Form Handling** with alert messages. + +## Technologies Used +- HTML5 +- CSS3 +- Bootstrap 5 +- JavaScript (Vanilla JS) + +## Installation +1. Clone the repository: + ```sh + git clone https://github.com/your-username/signup-login-page.git + ``` +2. Navigate to the project folder: + ```sh + cd signup-login-page + ``` +3. Open `index.html` in a browser. + +## Usage +- **Sign Up**: Enter name, email, password, and confirm password. Click "Sign Up." +- **Login**: Enter registered email and password. Click "Login." +- Toggle between **Sign Up** and **Login** using the provided links. + +## File Structure +``` +/signup-login-page +│── index.html # Main HTML file +│── style.css # CSS styles (if using external CSS) +│── script.js # JavaScript logic (if using external JS) +│── assets/ # Folder for images or other assets +``` + +## Future Enhancements +- Connect to a **backend** (Node.js, Express, Firebase, etc.). +- Add **password encryption** and authentication. +- Store user data in a **database (MongoDB, MySQL, etc.)**. + +## License +This project is open-source under the [MIT License](LICENSE). + +--- +### **Author** +**Aveenash Kumar** +- GitHub: [aveenashkumar68] (https://github.com/aveenashkumar68) +- LinkedIn: [AveenashKumar] (linkedin.com/in/aveenash-kumar-47a4502aa) + +Feel free to contribute and improve the project! + diff --git a/aveenashkumar68.html/darren-nunis-cxE7SXKnzv0-unsplash.jpg b/aveenashkumar68.html/darren-nunis-cxE7SXKnzv0-unsplash.jpg new file mode 100644 index 0000000..8ad855d Binary files /dev/null and b/aveenashkumar68.html/darren-nunis-cxE7SXKnzv0-unsplash.jpg differ diff --git a/aveenashkumar68.html/project.html b/aveenashkumar68.html/project.html new file mode 100644 index 0000000..00b44a0 --- /dev/null +++ b/aveenashkumar68.html/project.html @@ -0,0 +1,178 @@ + + + + + + Signup and Login Page + + + + + + + +
+

Sign Up

+
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+

Already have an account? Login

+
+
+ + + + + + + + + + + \ No newline at end of file