Udacitask, Part 1-2

Built a commandline application using Object Oriented Ruby that keeps track of your tasks and helps you to stay organized. The app parses and reads JSON data and converts it into native Ruby Data structures. It uses classic Object Oriented Programming in order to intelligently manipulate the data.

The app utilizes modules and both existing and custom Ruby Gems in order to extend the capabilities.

If you’re familiar with microblogging sites, you’ll know that they usually allow you to define different types of posts like “text”, “quote”, “image”, or “link”. All of the posts are then listed in one big stream, with different formatting depending on the type of post.

Specifications for Project 2