DEV Community

Tomas Rezac
Tomas Rezac

Posted on • Updated on

Frontend checklist

Few years ago I made a checklist for FE development and somehow forgot to let the world know about it. It is time to change it ;)

Let me introduce to you: Docket

There are already some FE checklists around here, but none of them worked well for me. They are mostly static and don't persist your choices over time. Also, you cannot share your progress with colleagues. So I made Docket, BTW its meaning, as in Cambridge Dictionary, is: "a list of all the things that someone has to deal with or discuss."

Docket's features

  • Provides templates with various checklists.
  • You can edit delete/add/modify all items in a checklist.
  • Every docket has its own unique URL, which can be shared with others.
  • You can register/log in to see all your dockets.
  • It is cooperation ready as it use sockets to emit changes. (more people can work on same docket at same time)
  • Items can contain description with links to articles, etc.

Templates

Docket contains following checklist templates:

  • HTML head
  • HTML
  • HTML for public Web
  • CSS
  • Javascript
  • Images
  • Webfonts
  • Code & Styleguide
  • Accessibility
  • Speed and performance
  • Web launch & SEO
  • Security

You can combine more templates in one docket ;)
You can also add your own checklist groups.

How can you help?

Try it. If you like it, you are encouraged to help me with improvements.
You can submit Pull Request to Docket repository on github with changes of templates, or you can come with your own template you would like to add to docket.

Happy coding!

Top comments (0)