Skip to content

hoangddt/todometer

This branch is 2 commits ahead of, 56 commits behind cassidoo/todometer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c7d65d · Sep 16, 2021
Feb 25, 2020
Sep 26, 2020
Sep 16, 2021
Feb 4, 2020
Jan 26, 2020
Jan 26, 2020
Jan 25, 2020
Sep 16, 2021
Feb 27, 2020
Feb 26, 2020
Apr 8, 2020
Apr 8, 2020

Repository files navigation

todometer

A simple, meter-based to-do list built with Electron and React.

todometer

Download

Nab the latest version from the Releases page!

Development

  • Clone the repo:
$ git clone https://github.com/cassidoo/todometer.git
  • Go to the project directory and install dependencies:
$ cd todometer && yarn install

To show the Electron application window with your current build:

$ yarn run electron-dev

To build a production-version:

$ yarn install
$ yarn postinstall
$ yarn pre-electron-pack
$ yarn electron-pack

Contributing

So you want to contribute? Yay! Great! Fun! I love seeing new PRs for todometer. That being said, not every pull request will be merged. The general guidelines I'll follow are:

  • Does it make developing todometer easier?
  • Does it help other platforms (Windows, Mac, Linux) work better?
  • Does it fix a bug?
  • Does it break anything?
  • Does it stick to the original goal of todometer (a simple, meter-based to-do list)
  • Does it reduce the build size?
  • Is it necessary?

Regarding that last point, I don't expect all pull requests to be absolutely necessary. New features are good. That being said, if the new features make the app unnecessarily complex in some way without bringing value to the users, it won't be merged.

Please don't be hurt if your PR isn't merged. You're lovely for working on it. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!

Packages

No packages published

Languages

  • JavaScript 73.1%
  • SCSS 23.0%
  • HTML 3.4%
  • Makefile 0.5%