forked from param-code/counter-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
folder_structure.txt
55 lines (54 loc) · 2.25 KB
/
folder_structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Folder PATH listing for volume OS
Volume serial number is BE81-F1F3
C:.
ª .gitignore
ª components.json
ª Contributing.md
ª eslint.config.js
ª folder_structure.txt
ª index.html
ª jsconfig.json
ª package-lock.json
ª package.json
ª postcss.config.js
ª README.md
ª tailwind.config.js
ª vite.config.js
ª
+---public
ª vite.svg
ª wallpaperflare.com_wallpaper.jpg
ª
+---src
ª App.css
ª App.jsx
ª index.css
ª main.jsx
ª output.css
ª
+---assets
ª logo.png
ª react.svg
ª
+---components
ª ª controls.jsx
ª ª Footer.jsx
ª ª LapAnalysis.jsx
ª ª laplist.jsx
ª ª LapVisualization.jsx
ª ª navbar.jsx
ª ª SwitchTab.jsx
ª ª timer.jsx
ª ª
ª +---ui
ª button.jsx
ª scroll-area.jsx
ª
+---lib
ª utils.js
ª
+---pages
AutoCounterPage.jsx
TimerPage.css
TimerPage.jsx
WorldClockPage.jsx