-
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.
-
Clone the repository:
git clone <Repository Path> cd simple-project-manager
-
Install all dependencies:
npm install
-
Create build of project:
npm run build
-
Run the project on local machine
npm start