Skip to content

hardikshakya/simple-project-manager

Repository files navigation

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

About

Simple project management web app built with typescript.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors