This time I made a household account book application. I will describe the background and what I learned.
What I made this time is like this.
・ HTML, CSS ・ Java ・ JavaScript ・ MySQL ・ Heroku
I decided to keep a household account book at the beginning of this year when I thought, "I have to save money soon." However, I didn't get into the habit of putting it on, so I thought, "If I make it myself, I'll get into the habit of putting it on." It was developed with the intention of being simple and easy to use by anyone. I used chart.js because I wanted to create a beautiful pie chart.
・ Login Logout ・ Register the amount used, content, and classification ・ Display the total amount and its breakdown by month ・ Specify your e-mail address and send the expenses for the month
It was very convenient when I wanted to create a very beautiful graph. At first, after studying Java, I thought about implementing graphs in Java, but I didn't have a good one, so I used this one this time. Not very good means that new windows are coming out, they don't look very cool, and so on.
Reference site: I tried drawing a graph with Chart.js
This time, we have implemented a function to send the expenses for the month to the entered e-mail address. I referred to the following site, but it was very easy to implement.
Reference site: Send email by Java mail (Java)
GitHub I posted this code on My GitHub, so If anyone is interested, please have a look!
that's all.
Recommended Posts