israelroldan / awesome-checklists

A curated list of checklists. Inspired by the awesome list thing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Checklists Awesome

A curated list of checklists

Most of the links in this repository point directly to checklists in markdown format.
Inspired by the awesome list thing. Feel free to improve this list.

Table of contents

Checklists

Software Development

Checklists related to software development in all its forms.

App development

  • App release checklist - A checklist to pore over before you ship that amazing app that has taken ages to complete, but you don't want to rush out in case you commit a schoolboy error that will end up making you look dumber than you are.
  • Android App Security Checklist - A checklist with security considerations for designing, testing, and releasing secure Android apps.

⬆️ back to top

Security

⬆️ back to top

Web development

⬆️ back to top

Startups / side-projects

Checklists related to startups and side projects.

⬆️ back to top

Checklist-like

These are additional resources that are in a format similar to a checklist (step by step plan, article with "top tips", etc) but are not really in actionable format.

Design

  • UX Recipe - A checklist where you discover, choose and estimate your next UX project tools & techniques.

⬆️ back to top

Event planning

⬆️ back to top

Software development

⬆️ back to top

Startups / side-projects

⬆️ back to top

Creating a checklist

Thanks to Github Flavoured Markdown, you can create Task lists with ease.

 - [ ] Item 1
 - [ ] Item 2
 - [x] Item 3 (use an 'x' to put a checkmark)
 - [ ] Item 4

Which looks like this once rendered:

  • Item 1
  • Item 2
  • Item 3
  • Item 4

As you can see, they render as read-only checkboxes in Markdown files. People with write permissions in the repository can edit the file to select or unselect the checkboxes.

⬆️ back to top

Contribute

Contributions welcome! Read the contribution guidelines first.

License

CC0

To the extent possible under law, Israel Roldan has waived all copyright and related or neighboring rights to this work.

⬆️ back to top

About

A curated list of checklists. Inspired by the awesome list thing.