Skip to content

BKMbigo/TodoKotlinJS

Repository files navigation

TODOIST CLONE

This is a Kotlin/JS project showcasing the use of kotlin to build a functional website. The website uses javascript libraries such as React, React Icons and Firebase. The project is a clone of Karl Hadwen Todoist.

Resources

Resources Used in the project include:

Javascript

Kotlin

Pre-requisites

The project requires a firebase project to run. Create a firebase client and add a javascript target. Copy the credentials to any file in constants directory

const val authDomain = ""
const val databaseURL = ""
const val projectId = ""
const val storageBucket = ""
const val messagingSenderId = ""
const val appId = ""

const val userId = "" // Can be a random String

The project can be run using IntelliJ IDEA. Run the command

./gradlew :browserDevelopmentRun

Contribution

All contributions are welcome. To contribute to the project, clone the repository, and create a pull request.

More Resources

About

A Todo website developed using Kotlin/JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages