Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!