Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolaj-jalocha/recruitment-task-solvro-scientific-circle

Recruitment Task for SolVro Scientific Circle at Wroclaw University of Science and Technology | November 2023
https://github.com/mikolaj-jalocha/recruitment-task-solvro-scientific-circle

dagger-hilt jetpack-compose kotlin-android mobile-app recruitment-task retrofit2-kotlin

Last synced: 1 day ago
JSON representation

Recruitment Task for SolVro Scientific Circle at Wroclaw University of Science and Technology | November 2023

Awesome Lists containing this project

README

        

## Recruitment Task for [SolVro Scientific Circle](https://solvro.pwr.edu.pl/) | November 2023

## About

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](https://github.com/Solvro/rekrutacja-jesien-2023/blob/master/mobile.md)
- link to the API documentation [here](https://task-manager-api-401408.lm.r.appspot.com/docs/)

## Example Views






## Technologies used
- App was written in Kotlin, UI was created with Jetpack Compose ❤️
- CRUD functionality was implemented with [Retrofit](https://square.github.io/retrofit/)
- [Dagger Hilt](https://developer.android.com/training/dependency-injection/hilt-android) was used as a dependency injection library