https://github.com/detronetdip/todo
A simple todo app build with electron.
https://github.com/detronetdip/todo
Last synced: 5 months ago
JSON representation
A simple todo app build with electron.
- Host: GitHub
- URL: https://github.com/detronetdip/todo
- Owner: detronetdip
- Created: 2022-02-21T06:39:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T10:44:15.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T04:36:31.510Z (9 months ago)
- Language: TypeScript
- Size: 297 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
#
Todo App
A simple todo app build with electron.
Clone the app and run
```
$ npm install
```
to install all the dependancy and then run
```
$ npm run make
```
to build the app for your platform.