Skip to content

Instantly share code, notes, and snippets.

@2sjha
2sjha / Khwish.md
Last active August 30, 2022 13:47

Khwish

Khwish was a personal project I created in early 2020. Khwish, based on the word 'Khwaish,' which means 'a wish' in Hindi/Urdu, was a community funding platform where users could create events/goals/wishes and share them with their friends. Friends & family could contribute money to support the events. The platform consisted of 3 applications, an Android app, a React website, and a Spring Boot backend.

This app was for users to create/modify/close events and do the same for goals/wishes inside those events. Users could share a website link to those events via all sharing options available on Android. Users could also monitor contributions to their goals. Users also had access to their wallets, which maintained their total collections and all credit & debit activities. Users could submit a withdrawal request of any amount from their wallet at any time.

This mobile-first website was for the g

## This is a systemctl service that will run the script after every start.
## Copy the change-refind-bg.sh file, use that file's location in ExecStart.
## Create this service in /etc/systemd/system/change-refind-bg.service using root previleges.
## systemctl start change-refind-bg.service
## systemctl enable change-refind-bg.service
[Unit]
Description=Change Refind Background
After=network.target
StartLimitIntervalSec=0