Space is an Android space repition system that enchance learning and enables long time memory retention.
- 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.
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