joacode / expense-tracker

Home Page:https://joacode-expense-tracker.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was born from a necessity to keep track of shared expenses my girlfriend and I had when we first moved in together.

We tried a lot of apps but none of them fit our use case since we only wanted to keep track of combined expenses and not split the total.

It seemed the only way to solve it was to code it, soooooo

  const welcomeMessage = () => {
       return 'Here it is... Enjoy!'
   }

Welcome to my Next.js project bootstrapped with create-next-app!

Getting Started

First, create a .env file with the content of the .env.example file to allow the connection to a local database.

Then, you can install the dependencies with:

npm install
# or
yarn install

Finally, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

The endpoints for the api are in the /pages/api directory. This folder is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Deployed on Vercel

There is a live version of the app in Expense Tracker - Vercel. For the database the app is using MongoDB.

About

https://joacode-expense-tracker.vercel.app/


Languages

Language:TypeScript 90.1%Language:CSS 5.8%Language:JavaScript 4.0%Language:Shell 0.1%