Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 538 Bytes

File metadata and controls

21 lines (16 loc) · 538 Bytes

CodeSto

A lightweight Android app for storing and searching text files, built with Jetpack Compose, Room, and MVVM architecture.

Features :

  • Uses persistent storage for storing data.
  • Adding text file within app.
  • Searches specific file with query within large volume of stored data in less time.

Tech Stack

  • Kotlin
  • Jetpack Compose
  • Room (SQLite)
  • MVVM architecture

Status

In active development - more features are under development.

Roadmap

  • Search functionality across stored data
  • UI Polish