Commit 5ed3ab5
authored
Update app.js
First update in a long while!! Done quite a bit in this one.
So, first of all, the major changes are that you can now actually add tasks! There's the visual tasks with all your task info that pop up once you click the 'submit' button. So that's good! All tasks render immediately and everything works okay! Other than that, I added a little bit of code to change filter button appearances when clicked. Class changing and all that, you know. My first time trying it out!! Lastly, I've made a little change to the updateTaskCount function so that it says '1 item left' instead of '1 items left' when you've only got one task left. Of course, it still says '(number of tasks) items left' for other numbers, including 0.
I'm pretty proud of all the stuff I've done so far, and I'm excited to be one step closer to finishing KittyTasker! I think my biggest challenge now is adding in the kitty assets.1 parent 86fc07d commit 5ed3ab5
1 file changed
Lines changed: 103 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
69 | 124 | | |
70 | 125 | | |
71 | 126 | | |
| |||
92 | 147 | | |
93 | 148 | | |
94 | 149 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 150 | + | |
| 151 | + | |
100 | 152 | | |
101 | 153 | | |
102 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
103 | 197 | | |
104 | 198 | | |
105 | 199 | | |
| |||
123 | 217 | | |
124 | 218 | | |
125 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
126 | 224 | | |
127 | 225 | | |
128 | 226 | | |
129 | | - | |
130 | 227 | | |
131 | 228 | | |
132 | 229 | | |
| |||
0 commit comments