File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ Small JavaScript projects, each of which is aimed at solving a specific problem.
2
+
3
+ Projects list:
4
+
5
+ ### Counter
6
+ Simple counter. The user can decrement, reset and increment counter .
7
+
8
+ ### Reviews
9
+ Reviews block. The user can scroll horizontally different reviews or get random content.
10
+
11
+ ### Sidebar
12
+ Side menu. The user can open and close it at any time.
13
+
14
+ ### Modal
15
+ Modal. Window with content above the page.
16
+
17
+ ### Restaurant Menu
18
+ Dynamically displayed restaurant menu and filter buttons with filtering by category.
19
+
20
+ ### Countdown
21
+ Countdown. The user can find out how much time is left for a certain date.
22
+
23
+ ### Lorem Generator
24
+ The user can create a fake Latin text for a selected number of paragraphs.
25
+
26
+
27
+ ### To do list
28
+ Listing app. With LocalStorage.
29
+
You can’t perform that action at this time.
0 commit comments