Commit 560b23e
authored
feat: 🎸 add folders and routers structures (#6)
* feat: 🎸 add types folder
* feat: 🎸 add components folder
* feat: 🎸 add services folder
* feat: 🎸 add hooks folder
* feat: 🎸 add pages folder
* fix: 🐛 replace kanbanize to trello
* feat: 🎸 add helpers folder
* feat: 🎸 add templates folder
* feat: 🎸 add assets folder
* refactor: 💡 change helpers to utils
* chore: 🤖 add new eslint validations
* feat: 🎸 change pages to screens
* refactor: 💡 change testing-library base library
* refactor: 💡 add react testing library
* feat: 🎸 Router structure - Layout Templates - Styled Components
* feat: 🎸 add typescript eslits libraries
* feat: 🎸 move npm test to pre-push1 parent 4abc0ba commit 560b23e
File tree
25 files changed
+2353
-370
lines changed- .github
- .husky
- public
- src
- app
- (account)
- account
- (consumer)
- product
- assets
- components
- hooks
- screens
- services
- templates
- types
- utils
25 files changed
+2353
-370
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
7 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments