-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe_MTL.txt
46 lines (30 loc) · 2.26 KB
/
ReadMe_MTL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
READ ME
*******
Intro
*****
My initial idea of a budget app ended-up being more of a personal ledger in which one can enter income, expense, and saving items. The app is made-up of several components.
The income, expense, and savings components have two inputs each: a drop-down menu and a field input. An error is generated if both inputs are not completed. Each Add (submit) button adds the information to the table.
Each ledger item added to the table is color coordinated to reflect its nature. The table has a toggle for editablity, a delete function, and a confirmation prompt.
I created a record database, which is functional.
I was able to create an app in Heroku (pure-tor-26073ß) and a database within that app via my terminal, but as of this writing, the Heroku app is not properly functioning.
https://github.com/jy8474np/anotherFinalProjectAttempt.git
SOURCES
*******
The ongoing, multi-lab Student Sign-In app was obviously my largest influence and source. Additionally, I used other code examples, lab assignments, and PowerPoint slides from class as a resource.
Outside, online resources were also used as guides/tutorials for code with which I had difficulty or was inexperienced. I altered/tailored
these outside resources so that they are unique to my project and not simply copied and pasted in to my files. Links to the various resources are listed below.
Non-Class, Outside Online Resources
***********************************
Budget/Ledger Vue App:
https://vuejsfeed.com/blog/vue-js-tutorial-creating-a-simple-budgeting-app
https://matthiashager.com/complete-vuejs-application-tutorial
https://madewithvuejs.com/budget-cool-budgeting-app
https://codeburst.io/building-a-budget-manager-with-vue-js-and-node-js-part-i-f3d7311822a8?gi=98f6d28fb70f
Style:
https://cssreference.io/
https://vuejs.org/v2/guide/filters.html
Trash icon attribution:
From https://www.flaticon.com/ , made by Freepik
I attempted to add a chart, which is what I believe led to my file interactions getting confused. I took out as much of that code as I could, and "commented out" and remaining code of which I was unsure. Regardless, those references are as follows:
https://vue-chartjs.org/guide/#introduction
https://stackoverflow.com/questions/43208012/how-do-i-format-currencies-in-a-vue-component