Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braiso-22 authored Apr 26, 2024
1 parent ca1ab4a commit ba2a0e1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# CozyCave

CozyCave is the app that helps you managing daily tasks and chores efficiently on your Android device


<img src ="https://github.com/braiso-22/CozyCave/assets/81094589/06f2494f-cb74-47d9-9eef-f4609b4d40cc" style="height: 32rem; float: left;">

<img src="https://github.com/braiso-22/CozyCave/assets/81094589/0612e754-4444-4270-830f-a22fe3fc93ab" style="height: 32rem; float: left;">

<img src="https://github.com/braiso-22/CozyCave/assets/81094589/996e4adb-01f7-4927-bf26-1be5ba8b77e9" style="height: 32rem; float: left;">

<img src="https://github.com/braiso-22/CozyCave/assets/81094589/9568190a-2152-4614-9f7a-8d1411c158a7" style="height: 32rem; float: left;">




## Features

In the current stage of the app you can use 2 features, based on CRUD they are:

- Tasks(CRU) can't delete for the moment
- Executions(CR) can't update and delete for the moment

## Tecnology and methodoloty

- The project is fully made in Kotlin, with Jetpack Compose for the ui and Room for the local DB.
- As I am using Jetpack Compose it automatically has the dark mode and colors set depending on the device settings and wallpaper
- I'm following a clean architecture with MVVM, Usecases and Repositories

## Collaboration

- I'm open to collaboration, so if you want to make some inprovements to the code or you want to add a new feature create a PR
- If you don't know how to create a PR or you are to lazy to do one contact me on [email protected] to talk about your idea

0 comments on commit ba2a0e1

Please sign in to comment.