Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T03:50:03.000Z (3 months ago)
- Last Synced: 2024-10-04T22:10:52.477Z (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.
![expense-tracker-web](expense-tracker.png)
## 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!