https://github.com/ikram-maulana/expense-tracker
⚛️ Track and manage your expenses daily using expense tracker app
https://github.com/ikram-maulana/expense-tracker
auth-js expense-tracker honojs libsql nextjs tanstack-query tanstack-react-query turso-db
Last synced: about 1 month ago
JSON representation
⚛️ Track and manage your expenses daily using expense tracker app
- Host: GitHub
- URL: https://github.com/ikram-maulana/expense-tracker
- Owner: Ikram-Maulana
- Created: 2024-07-09T02:03:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T03:50:03.000Z (8 months ago)
- Last Synced: 2025-03-31T00:17:11.201Z (about 1 month ago)
- Topics: auth-js, expense-tracker, honojs, libsql, nextjs, tanstack-query, tanstack-react-query, turso-db
- Language: TypeScript
- Homepage: https://expense.ikrammaulana.my.id
- Size: 6.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker
Expense tracker making it simple for you to track and manage your expenses. Easy to use and simple to understand.
> This project is educational purpose only.

## Tech Stack
- Bun
- NextJS
- TailwindCSS
- HonoJS
- AuthJS
- Drizzle
- LibSQL## Features
- Authentication
- Add Expense
- Delete Expense## Installation
1. Clone the repository
2. Install dependencies
```bash
bun install
```3. Run the project
```bash
bun dev
```4. Open [http://localhost:3000](http://localhost:3000) in your browser
5. Happy coding!