Skip to content

A small product management application using the Angular 2 & Type Script Users of this application will be able to browse through products.

Notifications You must be signed in to change notification settings

my-personal-project-work/task-management-app

 
 

Repository files navigation

forthebadge forthebadge forthebadge

Design Pattern's Used And Engineering Principles Used:

  • Module Design Pattern.
  • High cohesion.
  • Loose coupling.

Description

  • A small product management application using the Angular 2 & Type Script Users of this application will be able to browse through products.

Package.json (dependencies)

  • For dependencies refer Package.json.

Installation Instructions

  • Open a command prompt in the project's root directory.

  • Cd into that root folder you just cloned locally.

  • Open terminal in the current folder and to install all dependencies type

   npm install 
  • This installs the dependencies as defined in the package.json file

  • Now typing

   npm start 
  • This launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

alt tag

Application Architecture

alt tag

Anatomy of Angular JS Application

alt tag

About

A small product management application using the Angular 2 & Type Script Users of this application will be able to browse through products.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.5%
  • HTML 42.7%
  • JavaScript 8.7%
  • CSS 1.1%