-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
repo_structure.txt
182 lines (182 loc) · 6.28 KB
/
repo_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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
├── 3d-effect-hypnosis-spiral-vector-7844424.jpg
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── ConnectFour.html
├── ContactUs.html
├── DancingLetters.html
├── IMG_20241015_121622.jpg
├── LICENSE
├── LightsOut.html
├── PROJECT_STRUCTURE.md
├── README.md
├── SECURITY.md
├── Simongame.html
├── Timeline.html
├── WordGuessingGame.html
├── assets/
│ ├── Order And Chaos.png
│ ├── colourfulbg.png
│ ├── crayonbg.png
│ ├── dance_video.mp4
│ ├── logo/
│ │ ├── ChaosWeb.jpg
│ │ ├── ChaosWeb.png
│ │ ├── ChaosWeb.svg
│ │ ├── ChaosWeb.tiff
│ │ ├── ChaosWeb.webp
│ │ ├── chaosweb_topborder-removebg.png
│ │ ├── favicon.ico
│ │ └── logo2.png
│ ├── mazeIcon.png
│ ├── moon1.png
│ └── moon2.png
├── chaos.html
├── chaosweb-v@2/
│ ├── README.md
│ ├── eslint.config.js
│ ├── generate-sitemap.js
│ ├── index.html
│ ├── package-lock.json
│ ├── package.json
│ ├── postcss.config.js
│ ├── public/
│ │ ├── assets/
│ │ │ ├── js/
│ │ │ │ ├── night_time.js
│ │ │ │ ├── script.js
│ │ │ │ └── sound.js
│ │ │ ├── logo/
│ │ │ │ ├── ChaosWeb.jpg
│ │ │ │ ├── ChaosWeb.png
│ │ │ │ ├── ChaosWeb.svg
│ │ │ │ ├── ChaosWeb.tiff
│ │ │ │ ├── ChaosWeb.webp
│ │ │ │ └── favicon.ico
│ │ │ └── react.svg
│ │ ├── logo.png
│ │ ├── robots.txt
│ │ └── sitemap.xml
│ ├── src/
│ │ ├── App.css
│ │ ├── App.jsx
│ │ ├── assets/
│ │ │ ├── boy1.jpeg
│ │ │ ├── boy2.jpeg
│ │ │ ├── boy3.jpeg
│ │ │ ├── creepyImg/
│ │ │ │ ├── jump-scare-2.jpg
│ │ │ │ ├── jump-scare-3.jpg
│ │ │ │ ├── jump-scare-4.jpg
│ │ │ │ ├── jump-scare-5.jpg
│ │ │ │ └── jump-scare.jpg
│ │ │ ├── girl1.jpeg
│ │ │ ├── girl2.jpeg
│ │ │ ├── hamsterSound.mp3
│ │ │ ├── logo/
│ │ │ │ ├── ChaosWeb.jpg
│ │ │ │ ├── ChaosWeb.png
│ │ │ │ ├── ChaosWeb.svg
│ │ │ │ ├── ChaosWeb.tiff
│ │ │ │ ├── ChaosWeb.webp
│ │ │ │ ├── boy2.jpeg
│ │ │ │ ├── favicon.ico
│ │ │ │ └── logo.png
│ │ │ ├── monkey.jpg
│ │ │ ├── react.svg
│ │ │ └── snowstruct.png
│ │ ├── components/
│ │ │ ├── FireRain.css
│ │ │ ├── FireRain.jsx
│ │ │ ├── Firework.css
│ │ │ ├── Firework.jsx
│ │ │ ├── FloatingRain.css
│ │ │ ├── FloatingRain.jsx
│ │ │ ├── InvertColorToggle.jsx
│ │ │ ├── JumpScareEffect.css
│ │ │ ├── JumpScareEffect.jsx
│ │ │ ├── MazeGame.css
│ │ │ ├── MazeGame.jsx
│ │ │ ├── Snowfall.css
│ │ │ ├── Snowfall.jsx
│ │ │ ├── Starfield.css
│ │ │ ├── Starfield.jsx
│ │ │ ├── navbar.css
│ │ │ ├── navbar.jsx
│ │ │ └── popup.jsx
│ │ ├── index.css
│ │ ├── main.jsx
│ │ ├── metadata.jsx
│ │ ├── pages/
│ │ │ ├── BarrelRoll.css
│ │ │ ├── BarrelRoll.jsx
│ │ │ ├── BouncingDiv.jsx
│ │ │ ├── ButtonCollection.css
│ │ │ ├── ButtonCollection.jsx
│ │ │ ├── ChaosMania.css
│ │ │ ├── ChaosMania.jsx
│ │ │ ├── ColorEffect.css
│ │ │ ├── Contributors.css
│ │ │ ├── Contributors.jsx
│ │ │ ├── HypnoticChaos.jsx
│ │ │ ├── RateUs.css
│ │ │ ├── RateUs.jsx
│ │ │ ├── Review.jsx
│ │ │ ├── TestEffects.jsx
│ │ │ ├── Timeline.css
│ │ │ ├── contact.css
│ │ │ ├── contact.jsx
│ │ │ ├── home.jsx
│ │ │ ├── review.css
│ │ │ └── timeline.jsx
│ │ └── utils/
│ │ └── pages.js
│ ├── style.css
│ ├── tailwind.config.js
│ └── vite.config.js
├── css/
│ ├── contactus.css
│ ├── style.css
│ └── styles.css
├── emojiland.html
├── hypnotic.html
├── index.html
├── jokes.js
├── js/
│ ├── night_time.js
│ ├── script.js
│ ├── script1.js
│ ├── searchbar.js
│ └── sound.js
├── maze.html
├── night_time.html
├── node_modules/
├── package-lock.json
├── preloader.js
├── preloaderStyle.css
├── repo_structure.txt
├── sfx/
│ ├── Emoji-Land/
│ │ ├── digital-chaos.mp3
│ │ ├── drammatic-cinematic-glitch.mp3
│ │ ├── electric-wasps.mp3
│ │ ├── glitch-sound.mp3
│ │ ├── hurricane.mp3
│ │ └── intro-music-black-box-dirty-glitch.mp3
│ ├── bird.mp3
│ ├── buffalo.mp3
│ ├── cat1.mp3
│ ├── cat2.mp3
│ ├── eagle-squawking-type-2-235997.mp3
│ ├── elephant1.mp3
│ ├── elephant2.mp3
│ ├── mixkit-annoyed-big-dog-barking-51.wav
│ ├── mixkit-scared-horse-neighing-85.wav
│ ├── mixkit-sweet-kitty-meow-93.wav
│ ├── penguin.mp3
│ ├── rooster.mp3
│ ├── source.md
│ └── tiger.mp3
├── signup.html
├── style1.css
├── testing.html
└── yarn.lock