Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T23:55:14.000Z (about 2 years ago)
- Last Synced: 2023-03-05T02:42:30.418Z (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.27 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 :
![Alt text](./assets/readmeAssets/4.png)
![Alt text](./assets/readmeAssets/3.png)
![Alt text](./assets/readmeAssets/1.png)
![Alt text](./assets/readmeAssets/2.png)> GitHub [@thomasperge](https://github.com/thomasperge) ·