Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikolaj-jalocha/recruitment-task-solvro-scientific-circle
- Owner: mikolaj-jalocha
- Created: 2023-11-05T19:27:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-12T16:50:00.000Z (8 months ago)
- Last Synced: 2024-06-13T23:27:32.181Z (8 months ago)
- Topics: dagger-hilt, jetpack-compose, kotlin-android, mobile-app, recruitment-task, retrofit2-kotlin
- Language: Kotlin
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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