Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 766 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 766 Bytes

Space

Space is an Android space repition system that enchance learning and enables long time memory retention.

SPACE

About Project :

  • Space is a CRUD app persisting local database using Room Library
  • The project follows MVVM design pattern.
  • The project leverages Coroutines and Flows for asynchronous and non-blocking programming, enhancing app responsiveness and performance.

Run Locally

Clone the project

  git clone https://github.com/MuneerAhmed03/Space.git

Go to the project directory

  cd space

Install dependencies

  npm install

Start the server

  npm run start