@@ -8,22 +8,38 @@ Project ShowCase :
8
8
9
9
![ ezgif com-video-to-gif (6)] ( https://github.com/Lucky-Kashyap/Javascript_Projects/assets/88204554/2854c664-ab22-40e5-a12a-9ba762fb3dc0 )
10
10
11
+ ### Completed Web Minor Project
12
+
11
13
Project 2: product filter page
12
14
15
+ Features:
16
+
17
+ - use MOCK product API for getting data
18
+ - filter by category you select
19
+
13
20
Project ShowCase :
14
21
15
22
![ ezgif com-video-to-gif (3)] ( https://github.com/Lucky-Kashyap/Javascript_Projects/assets/88204554/e38f8755-90c7-4ccd-a11a-b3598639217d )
16
23
24
+ ### Completed task Product filter page
25
+
17
26
Project 3: News API based project
18
27
19
28
Project 4: Quiz APP
20
29
21
30
Project 5: Github User Finder Using JS
22
31
32
+ Features:
33
+
34
+ - search any github user
35
+ - also show its repositories
36
+
23
37
Project ShowCase :
24
38
25
39
![ ezgif com-video-to-gif (2)] ( https://github.com/Lucky-Kashyap/Javascript_Projects/assets/88204554/4426ace7-dff8-457a-afb0-a897568b0aa0 )
26
40
41
+ ### Completed Assignment GitHub User Finder Using Vanilla Js
42
+
27
43
Project 6: Bubble Game
28
44
29
45
Real World JavaScript Based projects :
@@ -74,6 +90,8 @@ Project ShowCase :
74
90
75
91
![ ezgif com-video-to-gif (7)] ( https://github.com/Lucky-Kashyap/Javascript_Projects/assets/88204554/8e562e9e-04a9-4d74-98b8-b5d35b13c681 )
76
92
93
+ ### Completed JIRA TICKET MANAGEMENT CLONE Using Vanilla JS
94
+
77
95
Project 8 : Expense Tracker Assignment
78
96
79
97
Features:
@@ -84,6 +102,42 @@ Features:
84
102
- history will be maintain
85
103
- Your Expenses has been calculated
86
104
105
+ Approach:
106
+
107
+ - blank array
108
+
109
+ - object= key,value {name:'Book',price:250}
110
+
111
+ - SHow transactions
112
+
113
+ array read loop through array
114
+
115
+ DOM write (ul li)
116
+
117
+ - add all transactions and show total
118
+
119
+ - where are the values= array - object - price
120
+
121
+ loop array obj price aur usme jo values hai usko add krta jaunga
122
+
123
+ - Remove transactions when clicking the delete button
124
+
125
+ - delete button par event listener add krna pdega
126
+ kis delete button par click ho rha hai yeh pta krna pdega
127
+ fir us item ko hamare array me dhund kar delete krna pdega
128
+
129
+ - update the total after deleting an item
130
+
131
+ - array ke andar - object price ka total kar rhe hai
132
+ jaise hi hum delete krte hai item ko toh hume array ki values ko fir se DOM me dalna pdega
133
+
134
+ - Everything should be stored in localStorage
135
+
136
+ - array ko localtorage mein save krna hai
137
+ array ko localstorage mein se read krna hai
138
+
139
+ ### Completed Expense Tracker Assignment Using Vanilla JS.
140
+
87
141
# Upcoming Projects
88
142
89
143
- Excel Sheet Clone
0 commit comments