Skip to content

ValeSer/toDoApp-Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

This is a simple console application

Description:

  • main Function: The main function runs a loop displaying the menu and handling user input.
  • viewTodoList Function: Displays the current to-do list. If the list is empty, it notifies the user.
  • addItem Function: Prompts the user to enter an item to add to the list.
  • removeItem Function: Prompts the user to enter the number of the item to remove from the list.

Set Up Your Kotlin Environment:

Ensure you have Kotlin set up in your development environment.
You can use an IDE like IntelliJ IDEA or set up Kotlin running:

brew install kotlin

run the Main.kt file and enjoy the app!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages