Skip to content

ngEdmundas/CategoryTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CategoryTree

Recursive and iterative implementations of Category Tree SPA, uses AngularJS

The exercise is printing a categories tree to the page (with unlimited hierarchy) in two different ways:


  • Recursive
  • Iterative

Important to note:

  • Add a form for adding new categories.
  • Should be written in OOP.
  • Use design patterns when needed.
  • Make sure the code is simple and clean.
  • Separate concerns.
  • Testable code

Example

-cat
 -sub-cat
  -sub-sub-cat
  -sub-sub-cat
 -sub-cat
  -sub-sub-cat
-cat

About

Recursive and iterative implementations of Category Tree SPA, uses AngularJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published