-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 2 major refactor
- Loading branch information
Showing
78 changed files
with
1,203 additions
and
962 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
node_modules | ||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# temporarily doing this | ||
yarn.lock | ||
|
||
# testing | ||
/coverage | ||
|
||
# production | ||
/build | ||
/dist | ||
|
||
# misc | ||
.DS_Store | ||
main.css | ||
npm-debug.log | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = [require.resolve("./.webpack.config.js")]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = config => { | ||
config.target = "electron-renderer"; | ||
return config; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,38 @@ | ||
[todometer](http://cassidoo.github.io/todometer) | ||
========= | ||
# [todometer](http://cassidoo.github.io/todometer) | ||
|
||
A simple meter-based to-do list built with Electron, React, Redux, and LESS. | ||
A simple meter-based to-do list built with Electron and React. | ||
|
||
![todometer](assets/screenshot.png) | ||
|
||
### 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 keep todometer simple? | ||
- Does it break anything? | ||
- Does it stick to the original goal of todometer (a _simple_, meter-based to-do list) | ||
- 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! | ||
|
||
### Development | ||
|
||
- Clone the repo: | ||
|
||
``` | ||
git clone https://github.com/cassidoo/todometer.git | ||
``` | ||
|
||
- Go to the project directory and install dependencies: | ||
- Go to the project directory and install dependencies: | ||
|
||
``` | ||
cd todometer && npm install | ||
cd todometer && yarn install | ||
``` | ||
|
||
- Run `npm start` to show the Electron application window with your current build. | ||
- Run `yarn run electron-dev` to show the Electron application window with your current build. | ||
|
||
### 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! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.