Giter VIP home page Giter VIP logo

cool-front-end-templates's Introduction

Cool Front-End Templates

This project is part of Girl script Summer of code 2022

Gssoc'2022

Will Add some cool templates in it.

🎥 Demo

Website for this repository : https://cool-front-end-templates.netlify.app/

Must Check These Repos Also

frontendtemp


💻 Tech Stack

Front-End:

HTML5 CSS3 JavaScript BootStrap

🚀 Quick Start :

Before starting kindly please read the Code of Conduct

Step 1: Forking the repository :

To work on an open-source project, you will first need to make your copy of the repository. To do this, you should fork the repository and then clone it so that you have a local working copy.

Get your own Fork/Copy of repository by clicking Fork button right upper corner.

Step 2: Clone the Forked Repository

After the repository is forked, you can now clone it so that you have a local working copy of the codebase.

To make your local copy of the repository follow the steps:

  • Open the Command Prompt
  • Type this command:
$ git clone https://github.com/<your-github-username>/Cool-Front-End_Templates

Step 3: Creating a new branch (IMP)

This is one of the very important step that you should follow to contribute to Open Source. A branch helps to manage the workflow, isolate your code and does not create a mess. To create a new branch:

$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>

Keep your cloned repo up-to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

git pull origin main

Step 5: Contribute

Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)

Step 6: Committing and Pushing

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which we can do with the git add command.

git add .

With our file staged, we’ll want to record the changes that we made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors fully understand the change you have made, why you made it, and how significant it is.

git commit -m "useful commit message"

At this point you can use the git push command to push the changes to the current branch of your forked repository:

git push origin <branch-name>

Step 7: Create Pull Request

Now, you are ready to make a pull request to the original repository.

You should navigate to your forked repository, and press the "Compare & pull request" button on the page.

GitHub will alert you that you can merge the two branches because there is no competing code. You should add in a title, a comment, and then press the “Create pull request” button.


CONTRIBUTING A NEW TEMPLATE?

Please adhere to these guidelines

  1. Create a folder with the name of your frontend template

  2. Start building inside your folder with an entry file called index.html and after building, attach an image named "preview.png" within the folder root which represents the preview image of your template

  3. Go into the style_link.json file and add an object corresponding to your project in the following format:

    {
  
      "name": "Name-of-folder-in-exact-case-used-in-naming",
      "link": "Name-of-folder-in-exact-case-used-in-naming/index.html"
  
    },

Important to note:

If the folder name has white spaces e.g "My Project", the object should be:

    {
  
      "name": "My Project", (not "my project" or "My project" or "My-project")
      "link": "My%20Project/index.html" (not "My Project/index.html" or "My project/index.html"
  
    },

Note: The name key is case sensitive and the link key is white space sensitive in the json object so if you have white spaces in the initial name of your folder, replace space with "%20" in the json link but if there are no white spaces like in the case of "ABlogPage" or "Form", use the exact name of the project

If the folder name has no white spaces e.g "My-project", the object should be:

    {
  
      "name": "My-project",  (not "my-project" or "My-Project" or "My Project")
      "link": "My-project/index.html"  (not "My%20project/index.html" or "My-Project/index.html")
  
    },

📌Till Then

Need Some Help in this Repo -> Web Development And Resources


This project was a part of the following Open Source Program

Devincept

HacktoberFest'21


Project Admins ❤️


Arpit Jain


Ankita Puri

Project Mentors 👩‍🏫


Kumari Astha Rani


Vidhi Bhatt


DEEPALI-SUK


DEEPIKA-SUK

✨ Contributors

Thanks go to these Wonderful People 👨🏻‍💻: 🚀 Contributions of any kind are welcome!


Happy Coding 👨‍💻

💬Join Our CodeSmashers Community

Join - https://discord.gg/gtYUZQSjTt

Show some ❤️  by giving the star to this repo

cool-front-end-templates's People

Contributors

abh1sheksingh avatar abhijeet1312 avatar anish-parkhi avatar ankitapuri avatar areebah03 avatar aritra777 avatar arpit456jain avatar codeaholic-shub avatar dragonuncaged avatar girlwithasmile avatar jigar-sable avatar kiruba-r11 avatar maura-dev avatar myhacktech avatar priyanshi1282 avatar rajpreetkaur02 avatar sahil3130 avatar sahu-01 avatar sakshi-1701 avatar sanju-0 avatar sanskriti2401 avatar sidparashar2001 avatar skapsime avatar soumali28 avatar sreemoyee26 avatar srinjoy-26 avatar supriyagembali avatar tg922 avatar vidhibhatt01 avatar xzanatol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.