ndungtse / holiday-expense-tracker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Tracker App

This is a simple web application built with Angular and Node.js (express) that allows users to track expenses and settle up with their friends. Users can add expenses for each traveler, view expenses and settle up to calculate how much each traveler needs to pay out to any other traveler.

Technologies Used

  • Angular (Frontend)
  • Node.js (Backend)
  • Cypress (End-to-end testing)
  • Tailwind CSS (Styling)

Prerequisites

Getting Started

  1. Clone the repository

  2. Install dependencies for the frontend and backend:

    cd travel-expenses-app
    cd frontend
    yarn install
    cd ../backend
    yarn install
  3. Start the backend server:

    cd backend
    yarn run dev
  4. Navigate to http://localhost:4200 in your browser to view the app.

Running the tests

  1. Run the end-to-end tests:

    cd frontend
    yarn run e2e
  2. Run the unit tests:

    cd frontend
    yarn run test
  3. Run backend tests:

    cd backend
    yarn run test

Deployment

  1. Build the frontend:

    cd frontend
    yarn run build

Built With

  • Angular - The frontend framework used
  • Node.js - The backend framework used

About

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


Languages

Language:TypeScript 78.7%Language:HTML 18.9%Language:JavaScript 1.6%Language:CSS 0.7%