Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassidoo/todometer
A meter-based to-do list
https://github.com/cassidoo/todometer
electron hacktoberfest productivity react to-do to-do-app to-do-list
Last synced: 29 days ago
JSON representation
A meter-based to-do list
- Host: GitHub
- URL: https://github.com/cassidoo/todometer
- Owner: cassidoo
- License: mit
- Created: 2017-04-29T05:44:13.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T06:00:20.000Z (9 months ago)
- Last Synced: 2024-05-02T05:29:15.096Z (7 months ago)
- Topics: electron, hacktoberfest, productivity, react, to-do, to-do-app, to-do-list
- Language: JavaScript
- Homepage: https://cassidoo.github.io/todometer/
- Size: 149 MB
- Stars: 1,894
- Watchers: 37
- Forks: 255
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - cassidoo/todometer - A meter-based to-do list (JavaScript)
README
# todometer
A simple, meter-based to-do list built with Electron and React.
![todometer](assets/screenshot.png)
## Download
Nab the latest version from the [Releases](https://github.com/cassidoo/todometer/releases) page!
## Development
- Clone the repo:
```bash
$ git clone https://github.com/cassidoo/todometer.git
```- Go to the project directory and install dependencies:
```bash
$ cd todometer && npm install
```To show the Electron application window with your current build:
```bash
$ npm run dev
```To build a production version:
```bash
$ npm install
$ npm run postinstall
$ npm run pre-electron-pack
$ npm run 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!