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 Used in the project include:
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
All contributions are welcome. To contribute to the project, clone the repository, and create a pull request.