Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sp4ce-cowboy authored Jan 3, 2024
1 parent ac2b44e commit a4b8cef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103-T16-3/tp/graph/badge.svg?token=LPKS424C1Y)](https://codecov.io/gh/AY2324S1-CS2103-T16-3/tp)

> UniCa$h is a finance tracking application for university students who want to be more financially conscious.
## Overview
UniCa$h is a desktop application for university students who want to be more financially conscious. The user interacts with it using a CLI, and it has a GUI created with JavaFX.
UniCa$h is designed for users who are proficient with CLI. It is written in Java 11, spanning about [20 KLoC](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=T16-3&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=AY2324S1-CS2103-T16-3%2Ftp%5Bmaster%5D&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code&since=2023-09-22&isTabOnMergedGroup=true&tabOpen=true&tabType=authorship&tabAuthor=elhy1999&tabRepo=AY2324S1-CS2103-T16-3%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=true&authorshipFileTypes=docs~functional-code~test-code&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false).

Code contributed by me (~7.5KLoC) can be found on my RepoSense dashboard [here](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=T16-3&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code&since=2023-09-22&tabOpen=true&tabType=authorship&tabAuthor=sp4ce-cowboy&tabRepo=AY2324S1-CS2103-T16-3%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false). A summary of my contributions are given in my Project Portfolio Page [here](https://sp4ce-cowboy.github.io/tp/team/sp4ce-cowboy.html) which include interactive hyperlinks to specific PRs where each contribution is further elaborated.

This project was completed as part of the course requirement for [CS2103 Software Engineering](https://nusmods.com/courses/CS2103/software-engineering), taken in NUS
during AY23/24 Semester 1.

## About
![Ui](docs/images/Ui.png)
Expand Down

0 comments on commit a4b8cef

Please sign in to comment.