Cool Front End Templates

screenshot of Cool Front End Templates

Overview

Cool Front-End Templates is a repository that offers a collection of cool templates for front-end development. The repository provides various front-end templates with impressive CSS effects and JavaScript projects. It is an open-source project that allows contributors to fork the repository, make their changes, and create pull requests for the original repository. With clear guidelines and a step-by-step process, developers can easily contribute their own front-end templates to the repository.

Features

  • Impressive CSS effects
  • Amazing JavaScript projects
  • Open source and community-driven project
  • Easy contribution process for adding new templates
  • Clear guidelines for creating a new template
  • Preview image for each template
  • Organized structure with separate folders for each template

Quick Start:

  1. Fork the repository to create your own copy.
  2. Clone the forked repository to your local machine.
    git clone <forked_repository_url>
    
  3. Keep your cloned repository up-to-date by pulling from upstream.
    git pull upstream master
    
  4. Create a new branch for your changes.
    git checkout -b <branch_name>
    
  5. Make relevant changes to the codebase.
  6. Add the modified or new files to your local repository.
    git add .
    
  7. Commit the changes with a descriptive commit message.
    git commit -m "Your commit message"
    
  8. Push the changes to your branch.
    git push origin <branch_name>
    
  9. Create a pull request to merge your changes with the original repository.

Contributing a New Template:

  1. Create a new folder with the name of your frontend template.
  2. Start building your template inside the folder, with an entry file called index.html.
  3. Attach an image named preview.png within the folder root, representing the preview image of your template.
  4. Open the style_link.json file and add an object corresponding to your project in the specified format.
    {
        "name": "Your Template Name",
        "link": "relative_path_to_your_template_folder"
    }
    
    Note: If your folder name has white spaces, use the following format:
    {
        "name": "Your Template Name",
        "link": "relative_path_to_your_template_folder_with_spaces"
    }
    

Summary

Cool Front-End Templates is an open-source repository that offers a collection of impressive front-end templates with CSS effects and JavaScript projects. Developers can easily contribute to this project by forking the repository, making their changes, and creating pull requests. The repository provides guidelines for creating a new template and ensures an organized structure for easy navigation. It is a great resource for front-end developers to showcase their skills and contribute to a community-driven project.