Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Frameworks and languages used

Say edited this page Nov 2, 2024 · 8 revisions

Backend

Language

https://kotlinlang.org/

Framework

https://ktor.io/ https://insert-koin.io/

Unit & integration tests

https://junit.org/junit5/
https://mockk.io/

Linting and Formatting

ktfmt: ./gradlew ktfmtFormat

Frontend

Mockups & Design

https://www.figma.com/

Language

https://www.typescriptlang.org/

Framework / Library

https://react.dev/

Unit tests

https://vitest.dev/ https://testing-library.com/docs/react-testing-library/intro/

E2E tests

https://playwright.dev/

Linting and Formatting

ESLint
Prettier: npx prettier src --write

Clone this wiki locally