ObliviousJamie / ruby_udacitask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacitask, Part 1

Project Overview

For this project, you're going to create a command line to-do list using object oriented principles. The to-do list will be able to perform basic tasks such as adding to and deleting from the list, and marking items as complete. It will also have three new features (that you will get to choose) that improve its functionality.

Completing this Project

Before submitting, ensure your program has the following:

  • Methods for creating a list, naming a list, and renaming a list.
  • Methods for adding items to and deleting items from a list.
  • Methods for updating the completion status of an item. (If it’s not done, mark it as done, and vice versa.)
  • At least one method that returns a boolean (ex. def completed?).
  • Print methods for each of the classes that output a nicely formatted to-do list to the command line.

You should also make sure that your program outputs the steps listed in udacitask_starter.rb.

Remember, you should not modify any of the existing code we have provided for you.

Submitting Your Project

Before submitting your project for evaluation, we recommend that you check that each of the following is true:

  • Your program runs without any errors
  • You are proud of your project and its output
  • You completed your project according to the instructions
  • You checked your project against the rubric
  • Create a zip file with your project files. For instructions on how to do this, click here. When you feel ready to submit, use the blue 'Submit Project' button below!

About


Languages

Language:Ruby 100.0%