Skip to content

Finance web application to track your spending and savings.

License

Notifications You must be signed in to change notification settings

RenanSui/spenso

Repository files navigation

Finance web application to track your spending and savings. Bootstrapped with create-next-app.

Spenso

Tech Stack

Features

  • Sign in and Log out.
  • Create, Read, Update and Delete transactions.
  • Save transactions in a database.
  • Analyze dashboard charts.

Running Locally

  1. Clone the repository:

    git clone https://github.com/RenanSui/spenso.git
  2. Install dependencies using pnpm:

    pnpm install
  3. Copy the .env.example to .env.local and update the variables.

    cp .env.example .env.local
  4. Start the development server:

    pnpm run dev

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.

License

Licensed under the MIT License. Check the LICENSE file for details.