diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 551198c..cbc8112 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,7 @@ While we also accept translations submitted to the app, currently they are store 2. Copy `i18n/en.js` (to eg. `i18n/hu.js`, if you would be making the Hungarian translation) and translate the strings to your chosen language. 3. Add your language to `nuxt.config.js` (in the `i18n.locales` array). Please make sure to *use the app* as some translations might end up out-of-context if translated blindly. The entry for English translations (stored in `i18n/en.js`) look like this: -```json +``` { code: 'en', name: 'English', iso: 'en-US', file: 'en.js' } ``` diff --git a/README.md b/README.md index 9719ddd..7f2f6e2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Free and open-source Pomodoro application, right in your browser. +[](https://www.buymeacoffee.com/imreg?utm_source=github&utm_medium=web&utm_content=readme) + ![Netlify Status](https://api.netlify.com/api/v1/badges/7cb2b7fb-cacd-4acf-803b-8af9dad9f2a8/deploy-status) ![Screenshot of the application showing a work section.](./static/assets/img/ProductImg_Default.png) @@ -49,7 +51,7 @@ Here's the looong list of features this app includes. * control your timer using the keyboard * dark and light themes * ... and more to come in the future! -* 📑 **Clean to-do list** +* ✅ **Clean to-do list** * set separate tasks for work, pause and long pause sections * only shows your top relevant tasks while the timer is running * automatically remove completed tasks at the end of each session @@ -79,6 +81,8 @@ The app itself still does not collect any data (eg. when you're running it on yo ![The percentage timer with the revamped to-do list](./static/assets/img/ProductImg_Percentage.png) ## 🏗 If you're a developer +This is an open-source project that welcomes contributions. Please check the [**contribution guidelines**](./CONTRIBUTING.md) before opening issues, discussions or pull requests! + ### ❤ Technologies, packages used * [**NuxtJS**](https://nuxtjs.org/) (and thus [**VueJS**](https://vuejs.org/)) @@ -107,3 +111,9 @@ $ yarn dev # generate the final static site $ yarn generate ``` + +## ☕ Support the project + +If you like this project or it has helped you, please consider buying the maintainer a coffee. You won't be annoyed to do so while using the app! + +[

](https://www.buymeacoffee.com/imreg?utm_source=github&utm_medium=web&utm_content=readme) diff --git a/static/assets/img/ProductImg_Default.png b/static/assets/img/ProductImg_Default.png index d906d35..2fd5b0b 100644 Binary files a/static/assets/img/ProductImg_Default.png and b/static/assets/img/ProductImg_Default.png differ diff --git a/static/assets/img/ProductImg_Percentage.png b/static/assets/img/ProductImg_Percentage.png index 627cae0..877745c 100644 Binary files a/static/assets/img/ProductImg_Percentage.png and b/static/assets/img/ProductImg_Percentage.png differ diff --git a/static/assets/img/ProductImg_SettingsDark.png b/static/assets/img/ProductImg_SettingsDark.png index 6cba33b..99fc3d8 100644 Binary files a/static/assets/img/ProductImg_SettingsDark.png and b/static/assets/img/ProductImg_SettingsDark.png differ