Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ee92/todo-gui
GUI for managing todo comments within a project
https://github.com/ee92/todo-gui
Last synced: 9 days ago
JSON representation
GUI for managing todo comments within a project
- Host: GitHub
- URL: https://github.com/ee92/todo-gui
- Owner: ee92
- License: mit
- Created: 2019-07-23T18:52:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:20:00.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:34:55.861Z (3 months ago)
- Language: JavaScript
- Size: 10.8 MB
- Stars: 53
- Watchers: 2
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# todo-gui
GUI for managing todo comments within a project### demo
![](demo/demo.gif)### run locally
##### install dependancies
```
npm install
```##### build
```
npm run build
```
or
```
npm run watch
```##### run
```
npm start
```### license
MIT