Skip to content

Commit 92f342e

Browse files
committed
added README.md
1 parent 372b4ac commit 92f342e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+

0 commit comments

Comments
 (0)