Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
/ DragDrop Public archive

Simple project management app built in typescript. Ziehen und Ablegen.

License

Notifications You must be signed in to change notification settings

LordPrinz/DragDrop

Repository files navigation

Drag And Drop Project Management

Simple project management app built in typescript.

Table of Contents

Overview

This app was created in Typescript. It includes form where you can create "projects" and two fields "active" and "finish" where you can move your "projects"

Built With

Features

  • Drag and drop

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/LordPrinz/DragDrop/
# Go to the cloned repository
$ cd DragDrop
# Install dependencies
$ npm install
# Run the app
$ npm start

Contact