Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b1c724e
modified to support auto refresh
lazyhazydaze Nov 4, 2022
6d2eaaa
minor change to tab title
lazyhazydaze Nov 4, 2022
a51a005
first working version with very simplistic features
lazyhazydaze Nov 4, 2022
eb488d0
first working version to add and display records only, very simplistic
lazyhazydaze Nov 4, 2022
fe1ce4c
added GroupForm, a feature to store and display all names of the grou…
lazyhazydaze Nov 4, 2022
7c1d185
Replaced the textbox input field for Spenders under ExpenseForm.js,re…
lazyhazydaze Nov 4, 2022
a2e6896
comment out default hard coded object under constructor and added a c…
lazyhazydaze Nov 4, 2022
85b84ae
add feature for when checkbox is checked, the name is pushed into the…
lazyhazydaze Nov 4, 2022
fac9255
add split bill button
lazyhazydaze Nov 5, 2022
2904dd6
add validation to go through with submit form only if all fields are …
lazyhazydaze Nov 5, 2022
0d7f515
version 1 of barebones working version
lazyhazydaze Nov 6, 2022
b957377
add CSS styling
lazyhazydaze Nov 7, 2022
b6ebf56
update css and add functions for toolkit
lazyhazydaze Nov 9, 2022
2c31e31
Merge branch 'main' of https://github.com/lazyhazydaze/project1-bootc…
lazyhazydaze Nov 9, 2022
9960c1a
add mouseover tooltip display
lazyhazydaze Nov 9, 2022
367bec5
tweaks to css; version one of final working copy
lazyhazydaze Nov 9, 2022
c972112
minor changes to css to first working draft, for first deploy
lazyhazydaze Nov 9, 2022
06062b7
add github pages
lazyhazydaze Nov 9, 2022
22fce67
minor css edit: removed vw style to second container
lazyhazydaze Nov 10, 2022
14056b8
added GST feature
lazyhazydaze Nov 11, 2022
4b67a06
edit flex and margin properties for green containers
lazyhazydaze Nov 11, 2022
d17c82e
set limit to no. of characters accepted by input fields, responsive s…
lazyhazydaze Nov 11, 2022
81dec3b
minor styling updates to second container, third container, records o…
lazyhazydaze Nov 11, 2022
b614497
add default values for testing and clear records function
lazyhazydaze Nov 13, 2022
38358df
NA
lazyhazydaze Nov 13, 2022
109a831
rubber ducky quack quack quack
lazyhazydaze Nov 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FAST_REFRESH=false\n
291 changes: 291 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading