Recruitment Task for SolVro Scientific Circle | November 2023
The goal was to create a mobile application for managing the work of a team of developers. The software should enable adding tasks, displaying the entire task board or its individual columns, editing tasks, changing the status of tasks, and allowing the creation of accounts and logging in.
- link to the repository with a detailed description of all required application functionalities here
- link to the API documentation here
- App was written in Kotlin, UI was created with Jetpack Compose ❤️
- CRUD functionality was implemented with Retrofit
- Dagger Hilt was used as a dependency injection library