Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sixtusagbo/project_manager

Simple project management application - Mini kanban
https://github.com/sixtusagbo/project_manager

kanban mini-kanban minimal-application project-management typescript

Last synced: 18 days ago
JSON representation

Simple project management application - Mini kanban

Awesome Lists containing this project

README

        

# Project Manager

This is a mini kanban. Simple project management tool written in TypeScript.

## Features

- DOM Element Selection & Rendering with OOP.
- Form Validation.
- Drag and Drop.

## Getting Started

- Clone this repository.
- Compile TypeScript to JavaScript with `tsc` command.
- Open `index.html` file in your browser.