basloq is a kotlin multi-platform project that allows you to express your thoughts in the form of quotes. The project is currently under development.
-
Technologies implemented so far are:
- Ktor client to make http requests
- Preferences(It's different on every platform) to store key-value pairs.
- Custom Exception handling
- managing states in the android side
- sqldelight to caching data
- compose for android ui
currently these feature implemented in the android platform.
The app uses faqvs api. to run this project you need to generate an api key and put it to this variable: const val API_KEY = "" .
Favqs : https://favqs.com/api
I welcome contributions from the community! If you'd like to contribute to Basloq, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-feature-branch
- Submit a pull request
This project is licensed under the Apache License, Version 2.0.
You can find a copy of the license in the LICENSE file or visit the Apache License, Version 2.0 website for more details.