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.
git clone <forked_repository_url>
git pull upstream master
git checkout -b <branch_name>
git add .
git commit -m "Your commit message"
git push origin <branch_name>
index.html.preview.png within the folder root, representing the preview image of your template.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"
}
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.