https://github.com/d3diva/udacitask-part1
udacitask-part1
https://github.com/d3diva/udacitask-part1
Last synced: 9 days ago
JSON representation
udacitask-part1
- Host: GitHub
- URL: https://github.com/d3diva/udacitask-part1
- Owner: d3diva
- Created: 2016-05-31T08:31:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T08:36:49.000Z (about 10 years ago)
- Last Synced: 2025-03-02T20:30:25.486Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://review.udacity.com/#!/projects/5605865838/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!