-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_structure.text
56 lines (56 loc) · 950 Bytes
/
project_structure.text
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
- .eslintignore
- .eslintrc.js
- .gitignore
- .prettierrc
- package-lock.json
- package.json
- project_structure.text
- public
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- README.md
- src
- App.tsx
- assets
- Community.png
- Cooking.jpg
- HomeLogo.png
- Logo.png
- Together.png
- Women.png
- components
- elements
- Footer
- Footer.tsx
- menu
- Menu.tsx
- forms
- login
- LoginForm.tsx
- registration
- RegistrationForm.tsx
- resetPassword
- ResetPasswordForm.tsx
- overlay
- authContainer
- AuthContainer.tsx
- index.css
- index.tsx
- react-app-env.d.ts
- redux
- slices
- formSlice.tsx
- store.ts
- reportWebVitals.ts
- screens
- Home.tsx
- Inventory.tsx
- setupTests.ts
- types
- forms.ts
- tailwind.config.js
- tsconfig.json