Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshthedev/splitrck
📊 Analytics for your Splitwise
https://github.com/maheshthedev/splitrck
next-auth nextjs reactjs splitwise
Last synced: 10 days ago
JSON representation
📊 Analytics for your Splitwise
- Host: GitHub
- URL: https://github.com/maheshthedev/splitrck
- Owner: MaheshtheDev
- License: mit
- Created: 2024-03-02T17:29:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T23:20:50.000Z (4 months ago)
- Last Synced: 2024-10-11T00:56:27.839Z (27 days ago)
- Topics: next-auth, nextjs, reactjs, splitwise
- Language: TypeScript
- Homepage: https://splitrck.mtd.wtf
- Size: 780 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Features
- 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### Getting Started
To get started, you need to have a splitwise account.1. Clone the repository
```sh
git clone https://github.com/maheshthedev/splitrck.git
```
2. Replace the Client Id, Client Secret and remaining secrets mentioned in `env.example`, you can get those values [here](https://secure.splitwise.com/apps), Don't forget to add callbackURL in Splitwise App which is gonna be `http://localhost:3000/api/auth/callback/splitwise`
4. Install the dependencies
```sh
npm install
```
4. Run the application
```sh
npm run dev
```Now, you can access the application at `http://localhost:3000`
### Contributing
If you would like to contribute to the project, feel free to create a pull request.### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details### Support
If you have any questions or need help with the application, feel free to open an issue.