- src/
- ├── features/
- │ ├── home/ # Trang Home (bao gồm cả UI + logic)
- │ │ ├── HomePage.jsx
- │ │ ├── homeSlice.js # State riêng nếu có
- │ │ └── homeAPI.js
- │ ├── about/
- │ │ └── AboutPage.jsx
- │ ├── auth/
- │ │ ├── LoginPage.jsx
- │ │ ├── RegisterPage.jsx
- │ │ ├── authSlice.js
- │ │ └── authAPI.js
- ├── components/ # Button, Modal, Input, các UI tái sử dụng
- ├── layouts/ # Layout chính (Header, Footer...)
- ├── services/ # axios hoặc API config chung
- ├── routes/ # Định nghĩa route cho từng trang
- ├── App.jsx
- └── index.jsx
-
Notifications
You must be signed in to change notification settings - Fork 0
zikdev-vn/tempmail
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published