https://github.com/thomasperge/todo-app
✅ ToDoApp is a desktop application, where the user notes his needs, and things as he goes along. Everything is put in a database so he can find his old notes. There is a statistics system with the number of needs done.
https://github.com/thomasperge/todo-app
app-todo-list chartjs desktop electron electron-todolist electronjs-app javascript nodejs todo todo-list todoapp
Last synced: about 2 months ago
JSON representation
✅ ToDoApp is a desktop application, where the user notes his needs, and things as he goes along. Everything is put in a database so he can find his old notes. There is a statistics system with the number of needs done.
- Host: GitHub
- URL: https://github.com/thomasperge/todo-app
- Owner: thomasperge
- License: mit
- Created: 2022-10-06T08:16:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T11:43:21.000Z (over 3 years ago)
- Last Synced: 2025-01-02T12:27:24.263Z (over 1 year ago)
- Topics: app-todo-list, chartjs, desktop, electron, electron-todolist, electronjs-app, javascript, nodejs, todo, todo-list, todoapp
- Language: JavaScript
- Homepage:
- Size: 9.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Key Features •
How To Use •
Credits •
License •
Assets
## Key Features
* Everything is stored
- You leave the application, you find all your tasks done previously
* Your first time on the app?
- create your account
* App will keep alive in tray for quick usage
* Full screen mode
* Cross platform
- Windows, macOS and Linux ready.
* Source code available
- For developers who want to get inspired or improve the app
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/thomasperge/ToDo-App.git
# Go into the repository
$ cd ToDo-App-main
# Install dependencies
$ npm install
# Run the app
$ npm start
```
## Credits
This software uses the following open source packages:
- [Electron](http://electron.atom.io/)
- [Node.js](https://nodejs.org/)
- [Chart.js](https://www.chartjs.org/)
## License
MIT
## Assets :




> GitHub [@thomasperge](https://github.com/thomasperge) ·