Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithJosh authored Jun 22, 2022
1 parent 9c21cc9 commit 731ac8a
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# EXPENSE TRACKER 2K19
> _Coming Soon_

<p align="center"><img alt="Expense Tracker Logo" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/src/main/res/ic_logo.png" width="116"/></p>

<p align="justify">Consumers have a variety of service and product options in modern life. As a result, people's expenses have skyrocketed in comparison to a decade before, and the cost of living has been steadily rising. To live a decent life with a correct budget set up, it becomes necessary to keep track of spending.
The Expense Tracker, XTRACKER, was created for desktop users to keep track of their expenses and evaluate if they are spending within their budget. Potential users must enter the necessary information, including the expense category, number, amount, optional brief description, and date of the expense. Users can utilize pie charts to track their costs on a daily, weekly, monthly, and annual basis.</p>

## FEATURES:sparkles:

- Login and Register
- Income Management
- Budget Mangement (Discontinued)
- Expenses Management
- Generate Pie Chart
- Darkmode

## TOUR:eyes:

### DAYMODE:sunny:
<p align="center"><img alt="Main Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/day-mode/01.png" width="300"/> <img alt="Register Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/day-mode/02.png" width="300"/> <img alt="Home Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/day-mode/03.png" width="300"/> <img alt="Income Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/day-mode/04.png" /> <img alt="Expenses Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/day-mode/05.png" /> </p>

### NIGHTMODE:new_moon:
<p align="center"><img alt="Main Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/night-mode/01.png" width="300"/> <img alt="Register Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/night-mode/02.png" width="300"/> <img alt="Home Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/night-mode/03.png" width="300"/> <img alt="Income Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/night-mode/04.png" /> <img alt="Expenses Screen" src="https://github.com/codewithJosh/ExpenseTracker2k19/blob/main/TOUR/expense-tracker-2k19-v1.0.0/night-mode/05.png" /> </p>

## CREDITS:tada:

We would like to give THANKS to the following:

- D. Richard Hipp [SQLite][1]
- K. Tödter [JCalendar][2]
- D. Gilbert [JFreeChart][3]

## LICENSE:memo:

Expand All @@ -24,3 +53,9 @@
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[1]: https://www.sqlite.org/

[2]: https://toedter.com/jcalendar/

[3]: https://www.jfree.org/jfreechart/

0 comments on commit 731ac8a

Please sign in to comment.