Skip to content

Commit 5675a83

Browse files
authored
Merge pull request #7 from TVATDCI/development
edit project structure
2 parents a73bd9e + a454a2b commit 5675a83

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ project-root/
6060
│ │ └── userModel.js
6161
│ ├── routes/
6262
│ │ ├── characterRoutes.js
63-
│ │ └── publicRoutes.js
63+
│ │ ├── publicRoutes.js
64+
│ │ └── userProfile.js
6465
│ ├── app.js
6566
│ └── package.json
6667
├── frontend/
@@ -74,9 +75,6 @@ project-root/
7475
│ │ │ │ ├── ButtonSvg.jsx
7576
│ │ │ │ ├── SpaceBtn.jsx
7677
│ │ │ │ └── SpaceBtnSvg.jsx
77-
│ │ │ ├── Characters.jsx
78-
│ │ │ ├── CharacterDetail.jsx
79-
│ │ │ └── CharacterForm.jsx
8078
│ │ │ ├── form/
8179
│ │ │ │ ├── ArrayInput.jsx
8280
│ │ │ │ ├── CheckboxInput.jsx
@@ -90,10 +88,15 @@ project-root/
9088
│ │ │ │ ├── nebulaCloud.js
9189
│ │ │ │ └── star.js
9290
│ │ │ └── utils/
91+
│ │ │ │ ├── api.js
92+
│ │ │ │ ├── auth.js
9393
│ │ │ │ └── debounce.js
9494
│ │ │ └── views/
9595
│ │ │ │ ├── InfoPage.jsx
9696
│ │ │ │ └── UserProfile.jsx
97+
│ │ │ ├── CharacterDetail.jsx
98+
│ │ │ ├── Characters.jsx
99+
│ │ │ └── CharacterForm.jsx
97100
│ │ │ └── ViewRouter.jsx
98101
│ │ ├── context/
99102
│ │ │ ├── AppContext.jsx

0 commit comments

Comments
 (0)