-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
repo_structure.txt
83 lines (83 loc) · 2.92 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
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── Images/
│ ├── 212284100-561aa473-3905-4a80-b561-0d28506553ee.gif
│ ├── 329829127-e79eb6de-81b1-4ffb-b6ed-f018bb977e88.png
│ ├── Image
│ └── hacktober.png
├── PROJECT_STRUCTURE.md
├── README.md
├── docker-compose.yml
├── eslint.config.mjs
├── git
├── package-lock.json
├── package.json
├── postcss.config.js
├── public/
│ ├── favicon.ico
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
├── repo_structure.txt
├── src/
│ ├── App.css
│ ├── App.test.tsx
│ ├── App.tsx
│ ├── components/
│ │ ├── AboutUsPage.tsx
│ │ ├── Accordion.tsx
│ │ ├── AccordionDetails.tsx
│ │ ├── AuthenticationCards.tsx
│ │ ├── BackToTop.tsx
│ │ ├── BackToTopDetailsPage.tsx
│ │ ├── ButtonDetailsPage.tsx
│ │ ├── CalendarDetails.tsx
│ │ ├── CardDetailsPage.tsx
│ │ ├── Checkbox.tsx
│ │ ├── CheckboxDetails.tsx
│ │ ├── ContactUsDetailsPage.tsx
│ │ ├── ContributorsPage.tsx
│ │ ├── DonationPage.tsx
│ │ ├── DropdowndetailsPage.tsx
│ │ ├── Footer.tsx
│ │ ├── GalleryDetailsPage.tsx
│ │ ├── GlassMorphismGenrator.tsx
│ │ ├── GlassyUIComponentsPage.tsx
│ │ ├── GlassyUILandingPage.css
│ │ ├── GlassyUILandingPage.tsx
│ │ ├── GoogleTranslator.jsx
│ │ ├── Header.tsx
│ │ ├── InputDetailPage.tsx
│ │ ├── ModalDetailsPage.tsx
│ │ ├── NavigationDetailsPage.tsx
│ │ ├── NotFoundPage.tsx
│ │ ├── PaginationDetails.tsx
│ │ ├── PopupDetailPage.tsx
│ │ ├── PricingDetailPage.tsx
│ │ ├── ProductCardDetailsPage.tsx
│ │ ├── ProgressBarDetailPage.tsx
│ │ ├── ScrollProgress.tsx
│ │ ├── SliderDetailsPage.tsx
│ │ ├── SpeedDial.tsx
│ │ ├── SpeedDialDetailsPage.tsx
│ │ ├── SpinnerDetailsPage.tsx
│ │ ├── StatisticDetails.tsx
│ │ ├── TestimonialDetails.tsx
│ │ ├── TextareaDetailPage.tsx
│ │ ├── ThemeTogggle.tsx
│ │ ├── Toast.tsx
│ │ ├── ToastGenerator.tsx
│ │ ├── ToastPage.tsx
│ │ ├── Tooltip.tsx
│ │ ├── TooltipDetailsPage.tsx
│ │ └── badge.tsx
│ ├── index.css
│ ├── index.tsx
│ ├── logo.svg
│ ├── react-app-env.d.ts
│ ├── reportWebVitals.ts
│ ├── setupTests.ts
│ └── styled-jsx.d.ts
├── tailwind.config.js
└── tsconfig.json