From 41c555c8c73c6256e422827269a77488891ca704 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 9 Feb 2025 18:42:34 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Add=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..231cbfc --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# BillTrak + +BillTrak is a web application designed to help users manage and track their bills. It provides features to add, edit, and view bills, as well as visualize year-to-date (YTD) amounts using charts. + +## Features + +- Add new bills and payees +- Edit existing bills +- View bills by year and sort them +- Display YTD amounts and visualize them using a pie chart +- Dark mode toggle for better user experience + +## Technologies Used + +- HTML, CSS, JavaScript +- Chart.js for data visualization +- Docker for containerization + +## Contributing + +Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.