Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ee92/todo-gui

GUI for managing todo comments within a project
https://github.com/ee92/todo-gui

Last synced: about 2 months ago
JSON representation

GUI for managing todo comments within a project

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