Skip to content

jayanthwritescode/Login-Signup-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

296 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-Signup Templates 🚀 Website

Join WhatsApp channel for any doubts

Welcome to the Login-Signup Templates repository! 🌟

This repository is a curated collection of creative login and signup page source codes. Elevate your web projects with stylish and user-friendly authentication interfaces. Whether you're building a website or a web application, find inspiration and save development time with these templates.

Features

  • Creative Designs: Explore a variety of login and signup page designs, from minimalistic to visually stunning. Find the perfect fit for your project's aesthetics.

  • Responsive: All templates are crafted to be responsive, ensuring a seamless user experience across devices, including desktops, tablets, and mobile phones.

  • Easy Integration: Copy and paste the source code into your project effortlessly. Each template comes with clear instructions for integration.

How to Use

  1. Choose a template from the list.
  2. Click on the "Source Code" link to access the HTML, CSS, and JavaScript files.
  3. Copy the source code and integrate it into your project.
  4. Customize as needed to match your project's branding and requirements.

Badges 🛡️

GitHub issues GitHub forks GitHub stars GitHub license GitHub contributors GitHub last commit GitHub pull requests GitHub stars GitHub watchers GitHub forks

Contribution Guidelines 🌟

Welcome to the Login-Signup Templates repository! We appreciate your interest in contributing to this collection of creative login and signup page templates. By contributing, you not only enhance this repository but also contribute to the broader web development community.

Before You Start

Before you start contributing, please ensure you have reviewed the existing templates to avoid duplication. If you have a new and unique template to add, we encourage your creativity! Follow these guidelines to ensure a smooth contribution process.

How to Contribute

  1. Fork the Repository:

    • Click on the "Fork" button at the top right corner of this repository to create a copy in your GitHub account.
  2. Clone Your Fork:

    • Clone the repository to your local machine using the git clone command.
      git clone https://github.com/avinash201199/Login-Signup-templates.git
  3. Create a New Branch:

    • Create a new branch for your contribution to isolate changes.
      git checkout -b feature/your-template-name

    Replace your name instead of your-template-name

  4. Add Your Template:

    • Add your template files to the appropriate category (if applicable) or create a new category if needed.
    • Ensure that your code follows best practices, is well-documented, and includes necessary files (HTML, CSS, JavaScript).
  5. Create Your Folder: Inside the main directory, create a new folder. Please give it a descriptive name (e.g., Your-Name).

  6. Add Your Code: Place all of your template's files (index.html, style.css, script.js, etc.) inside the folder you just created.

  7. Add a Screenshot:

    • Take a screenshot of your template in action.
    • Save it as a Your-Name.png file.
    • The filename must exactly match your folder's name (e.g., if your folder is Your-Name, your screenshot must be named Your-Name.png).
    • Place your screenshot inside the main screenshots folder of main diretory not in yours!
  8. Update the Website:

    • Open the main script.js file at the root of the project.
    • Find the templateFolders array at the top of the file.
    • Add the name of your new folder to this list. The list is alphabetical, so please place yours in the correct order.
  9. Documentation:

    • Provide a clear and concise README within your template's directory.
    • Include details about your template, any dependencies, and instructions on how to integrate it into a project.
  10. Commit Your Changes:

  • Commit your changes with a meaningful commit message.
    git add .
    git commit -m "Add: Your Template Name"
  1. Push to Your Fork:
  • Push your changes to your GitHub fork.
    git push origin feature/your-template-name
  1. Submit a Pull Request:
  • Open a pull request from your fork to the main repository.
  • Ensure you provide a clear title and description for your pull request, attach the screenshot of the website or a vedio on the deployed website.

Code of Conduct

Please note that this project follows an open and inclusive code of conduct. Be respectful and considerate when interacting with other contributors. Any form of harassment or discrimination will not be tolerated.

What Makes a Good Contribution?

  • Originality: Contribute new and original templates that haven't been added before.
  • Quality: Ensure your code is clean, follows best practices, and is well-documented.
  • Compatibility: Aim for responsiveness and cross-browser compatibility in your templates.
  • Creativity: Showcase your creativity and innovation in your template design.

Thank You!

Thank you for considering contributing to the Login-Signup Templates repository. Your contributions play a significant role in making this collection a valuable resource for the web development community. Let's create together! 🚀💻

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to explore, contribute, and enhance your web projects with these creative login and signup templates! 🌐💻✨

About

List of creative login & singup source codes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.8%
  • CSS 19.2%
  • JavaScript 8.6%
  • Other 0.4%