Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 430 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 430 Bytes

Inventory Reports

CS project made while studying at Trybe, a web development school.

This project is a report generator that receives data from an entry file and returns a simple or a complete report over this data. The data can be obtained from a CSV, a JSON or a XML file. I also could improve my skills with some OOP concepts and apply a few Design Petterns, such as the Iterator and the Strategy.