https://github.com/hideko-dev/meteor
A meter based ToDo List. used Electron-Vue
https://github.com/hideko-dev/meteor
electron todo todo-list todolist vue
Last synced: 27 days ago
JSON representation
A meter based ToDo List. used Electron-Vue
- Host: GitHub
- URL: https://github.com/hideko-dev/meteor
- Owner: hideko-dev
- License: mit
- Created: 2023-05-20T12:50:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T14:18:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T20:44:10.478Z (27 days ago)
- Topics: electron, todo, todo-list, todolist, vue
- Language: JavaScript
- Homepage: https://hideko.rest
- Size: 1.73 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor
A simple, meter-based to-do list built with Electron and React.

## Download
Nab the latest version from the [Releases](https://github.com/Hideko-Dev/Meteor/releases) page!
## Development
- Clone the repo:
```bash
$ git clone https://github.com/Hideko-Dev/Meteor.git
```- Go to the project directory and install dependencies:
```bash
$ cd Meteor && 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 Meteor. That being said, not every pull request will be merged. The general guidelines I'll follow are:- Does it make developing Meteor 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 Meteor (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!