Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1022 Bytes

README.md

File metadata and controls

56 lines (35 loc) · 1022 Bytes

Simple Project Management System

Introduction

  • A simple project management web app. It's built with typescript and basic html and css.

  • Features:

    • Used some of the interesting functionality/features of typescript.
    • Able to create new projects.
    • Able to manage project state: Active or Finished.
    • Implemented Drag and Drop to change project state.

Requirements

Getting Started

Repository Setup

  • Clone the repository:

    git clone <Repository Path>
    cd simple-project-manager
  • Install all dependencies:

    npm install

Running Locally

Node server

  • Create build of project:

    npm run build
  • Run the project on local machine

    npm start

Demo

alt img