/budget-next

budget app rewritten in nextjs

Primary LanguageTypeScriptMIT LicenseMIT

Budget-Next

https://budget-gold.vercel.app/

A budget management application built with Next.js/pages router, created with create-t3-app.

Budget-Next Screenshot

最近お金使いすぎて同居人との出費管理用に作りました.

Maybe this app is the only way to make us not spend too much

Original App

Written in React with Vite https://github.com/undesicimo/budget

Co-Author

Everything Designed by

drawing
@mylifeaskyara

Prerequisites

  • Node.js
  • A database compatible with Prisma (e.g., PostgreSQL, MySQL)

Installation

  1. Clone the repository:

    git clone https://github.com/undesicimo/budget-next.git
  2. Install the dependencies:

    npm install
  3. Copy the .env.example file to .env and fill in your database credentials.

  4. Run the development server:

    npm run dev

Visit http://localhost:3000 in your browser

License

MIT