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

https://github.com/lovesaroha/ltasks

A personal task management app.
https://github.com/lovesaroha/ltasks

drag-and-drop golang html javascript mongodb task-management

Last synced: 11 months ago
JSON representation

A personal task management app.

Awesome Lists containing this project

README

          

# lTasks
A personal task management app.

Demo [ltasks.lovesaroha](https://ltasks.lovesaroha.com)

## Features
- Create and update project, tasks, lists.
- Project tags.
- See logs.
- Set project and task deadlines.
- Change project views.
- Drag and drop tasks.

## Requirements
- Go 1.9 or higher. We aim to support the 3 latest versions of Go.
- Go Mongo Driver.

## Packages
Simple install the package to your [$GOPATH](https://github.com/golang/go/wiki/GOPATH "GOPATH") with the [go tool](https://golang.org/cmd/go/ "go command") from shell:
```bash
go get -u "go.mongodb.org/mongo-driver/mongo"
```
Make sure [Git is installed](https://git-scm.com/downloads) on your machine and in your system's `PATH`.

## Usage
```bash
go run main.go
```

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/112.png)

---

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/113.png)