🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
Doomba hasn't reached it's final form yet!!!
🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧 🚧
What it can do
- add tasks
- delete tasks
- find tasks
- display list
How to use?
- download latest release
- 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!")