- Analyse your monthly expenses
- Know where you spending the most in a selected month
- Know how much you are lending the money to others
- PWA support
To get started, you need to have a splitwise account.
- Clone the repository
git clone https://github.com/maheshthedev/splitrck.git
- Replace the Client Id, Client Secret and remaining secrets mentioned in
env.example
, you can get those values here, Don't forget to add callbackURL in Splitwise App which is gonna behttp://localhost:3000/api/auth/callback/splitwise
- Install the dependencies
npm install
- Run the application
npm run dev
Now, you can access the application at http://localhost:3000
If you would like to contribute to the project, feel free to create a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details
If you have any questions or need help with the application, feel free to open an issue.