Skip to content

nopehax/ip

 
 

Repository files navigation

Doomba Task Manager

🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
Doomba hasn't reached it's final form yet!!!
🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
What it can do

  • add tasks
  • delete tasks
  • find tasks
  • display list

How to use?

  1. download latest release
  2. run on your pc

An excerpt:

public ArrayList<Task> searchFor(String keyword) {
        ArrayList<Task> output = new ArrayList<>();
        for (Task t : this.store) {
            if (t.getDescription().contains(keyword)) {
                output.add(t);
            }
        }
        return output;
    }

Things to do:

  • Update PR description with GFMD elements
  • Week 4 iP task
  • package new release

uhhh, i have no idea what to do with blockquotes

me too :( count me in

You can see more of my projects here!
System.out.print("Hello, World!")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages

  • Java 96.4%
  • Shell 2.1%
  • Batchfile 1.5%