File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -74,7 +74,31 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
7474 Event Delegation, Input Handling
7575 </ span >
7676 </ a >
77- </ li >
77+ </ li >
78+ < li >
79+ < a href ="05_weather-app/ "
80+ class ="flex justify-between items-center border border-gray-200 p-4
81+ hover:bg-black hover:text-white transition-colors duration-200 group ">
82+ < span class ="text-xl font-semibold group-hover:underline ">
83+ 05. Weather App
84+ </ span >
85+ < span class ="text-sm uppercase font-mono tracking-widest text-gray-500 group-hover:text-white transition-colors ">
86+ fetch API, Promises (.then / async/await)
87+ </ span >
88+ </ a >
89+ </ li >
90+ < li >
91+ < a href ="06_guess-the-number/ "
92+ class ="flex justify-between items-center border border-gray-200 p-4
93+ hover:bg-black hover:text-white transition-colors duration-200 group ">
94+ < span class ="text-xl font-semibold group-hover:underline ">
95+ 06. Guess The Number Game
96+ </ span >
97+ < span class ="text-sm uppercase font-mono tracking-widest text-gray-500 group-hover:text-white transition-colors ">
98+ State Management and Control Flow
99+ </ span >
100+ </ a >
101+ </ li >
78102 </ ul >
79103
80104 < footer class ="mt-20 text-center text-xs text-gray-400 ">
You can’t perform that action at this time.
0 commit comments