Giter Club home page Giter Club logo

checklist-template's Introduction

Checklist template

Single-page HTML checklist template with a progress bar. Feel free to modify and expand as needed.

The checklist status is stored on your computer as a web cookie. No data is sent to any server.

This template is based on cookiecutter and will create a ready-to-push GitLab/GitHub project to host the checklist online for free.

Getting started

Get cookiecutter

python -m pip install cookiecutter

Generate the project

Clone the cookiecutter, execute it and follow the instructions

git clone https://github.com/aboucaud/checklist-template
cookiecutter checklist-template

After running it once, the template is cached in your system (probably under ~/.cookiecutters). Next time you want to use it, only execute the second line from anywhere on your system

cookiecutter checklist-template

Adapt the checklist

Modify the content of the index.html file to suit your needs. You can add/remove/reorder checklist items as needed.

One item of the checklist is given by the following code snippet

<div class="item">
  <div class="box">
    <input type="checkbox">
  </div>
  <div class="text">
    This is where the text needs to be modified.
  </div>
</div>

Copy/paste and adapt as needed.

Acknowledgements

This project is a direct adaptation of the DESC pre-meeting-checklist originally proposed by Yao-Yuan Mao.

License

This template is released under the MIT License. See the LICENSE file for more details.

checklist-template's People

Contributors

aboucaud avatar

Stargazers

Ismael Mendoza avatar

Watchers

 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.