Skip to content

mdonlan/budget_app_client

Repository files navigation

Budget App Client

This is the client side of a budget website, written using Typescript and React. The goal of this website is to help users keep track of their budget and expenses.

Demo

You can check out a live demo of this application here.

Dependencies

This project depends on Budget App Server, which provides the backend functionality for this website. Before running this client application, you need to install and run the server application. Follow the instructions in the server's README file to get it up and running.

Features

  • Dashboard: Users can see a summary of their expenses, income and overall budget for the month.
  • Transactions: Users can add, edit and delete their transactions. Transactions can be categorized and filtered.
  • Reports: Users can see reports and graphs of their expenses and income over time.
  • Tags: Users can tag their transactions with different labels and filter transactions by tags.

Getting Started

To get started with this project locally, follow these steps:

  1. Clone this repository using git clone https://github.com/mdonlan/budget_app_client.git.
  2. Install the dependencies by running npm install.
  3. Make sure that the Budget App Server is up and running, following the instructions in its README file.
  4. Start the development server using npm start.
  5. Open http://localhost:8080 in your browser to view the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published