Purpose : To provide smooth and clean user interface along with easy accessibility of short notes
Tech Stack : Android app development using jetpack compose UI framework in kotlin language, Spring Boot with kotlin for backend development
Working : Backend of the project is deployed on a host server. Constants file is modified to change host server's IP address. APK is built and installed. App is used through smartphone
Key features : Search functionality, navigation functionality, rich user experience and smooth user interface
Note : This repository only hosts the frontend code. Link for github repository of backend code : short_notes-Backend
screen_recording.mp4
Step 1 : Clone the github project
git clone https://github.com/programmer-raghav-deo/ShortNotes-Frontend.gitStep 2 : Configure Constants.kt file located in ShortNotes-Frontend/app/src/main/java/com/example/shortnotes
Set SERVER_ADDRESS variable and SERVER_PORT variable to appropriate values

Step 3 : Build the apk
Step 4 : Install the apk