Giter Site home page Giter Site logo

udacitask's Introduction

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!

udacitask's People

Contributors

mxdavis avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.