/kotlin-todo

Kotlin Todo is a simple todo-list created with Kotlin and Javascript.

Primary LanguageKotlinMIT LicenseMIT

Kotlin Todo

Kotlin Todo is a simple todo-list created with Kotlin and Javascript. Click Learn Kotlin to get started with Kotlin.

You can see the final output at the github pages link

Setting up the project

  • Clone or zip the project file.
  • Import the project into IntelliJ IDEA.
  • Go to File -> Project Structure
  • Go to Modules tab under Project Settings.
  • Delete the existing kotlin-todo module.
  • Add new module with Kotlin(Javascript), with name as: kotlin-todo.
  • Set the root of your Content root and Module file location to the root directory.
  • Finish and overwrite the existing kotlin-todo.iml file.
  • In the Dependencies tab for the Module, check Export for KotlinJavascript and click Ok.
  • Build your project and you're good to go.

License

See the LICENSE file for license rights and limitations (MIT).