https://github.com/screamman-ssh/counties
Counties is a countdown timer for tasks or events. Which comes with a windows widget that displays how much time is left for the tasks or events that should be done on the screen.
https://github.com/screamman-ssh/counties
contributions-welcome countdown countdown-timer electron electron-app fullcalendar-library javascript pouchdb productivity productivity-app widget windows-widget
Last synced: 10 months ago
JSON representation
Counties is a countdown timer for tasks or events. Which comes with a windows widget that displays how much time is left for the tasks or events that should be done on the screen.
- Host: GitHub
- URL: https://github.com/screamman-ssh/counties
- Owner: screamman-ssh
- License: mit
- Created: 2023-04-09T12:28:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T09:46:13.000Z (about 3 years ago)
- Last Synced: 2025-02-28T16:35:28.263Z (over 1 year ago)
- Topics: contributions-welcome, countdown, countdown-timer, electron, electron-app, fullcalendar-library, javascript, pouchdb, productivity, productivity-app, widget, windows-widget
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Counties**
Counties is a tasks or events countdown timer desktop app that comes with a small widget, which floats on your screen for easier monitoring and remembering your tasks or events. This project is an improved and offline version of cloud Counties (https://github.com/Sahachat522/Project229), which is a project I work with my friends in Software-Defined Architecture class.
## Features
Countes provides the following features:
- Task/Event date countdown timer
- Overlay windows widget
- Support calendar view
- Drag and drop task or event
- Customize task or event on calendar
- Dark/Light mode support both app and widget
- Customize widget apparence
- Run on startup
## How To Install
To clone and run this application command line:
```
# Clone this repository
$ git clone https://github.com/Stormbooster-sudo/Counties
# Go into the repository
$ cd Counties
# Install dependencies
$ npm install
# Run the app
$ npm start
```
**In some feature you need to build the app and install in your computer** by using this command line after cloning success:
```
# Build the app
$ npm run package-win
```
**After building success**, you will have a new folder "release-builds". Inside the folder "release-builds" will have a "**Counties-win32-x64**" folder, move that folder to your **Program Files** folder and always run the app (Counties.exe file inside Counties-win32-x64) with **addministrator mode**.
Or you can [download](https://github.com/Stormbooster-sudo/Counties/releases/download/v1.0.0/Counties-win32-x64.zip) app from release and extract the zip file into your **Program Files** folder
## How To Use
You can open the widget by minimising the main app and reopening the main app by right click on the widget(If there is any task/event is displayed) or right click on Windows tray icons.
## Demo & Screenshot
Demo
Light Theme
## Contributing
🤝 Any ideas are welcomed!