Dev
public
favicon.png +0 -0
index.html +31 -6
logo192.png +0 -0
logo512.png +0 -0
manifest.json +17 -3
src
assets
background-lg.png +0 -0
background-md.png +0 -0
background-sm.png +0 -0
background-xl.png +0 -0
logo-0_5X.png +0 -0
logo-0_75X.png +0 -0
logo-1X.png +0 -0
logo-1_5X.png +0 -0
logo-2X.png +0 -0
logo-3X.png +0 -0
logo-4X.png +0 -0
wave-lg-1440.png +0 -0
wave-lg.png +0 -0
wave-md.png +0 -0
wave-sm-425.png +0 -0
wave-sm.png +0 -0
wave-xl.png +0 -0
components
BottomMenu
index.jsx +0 -56
index.tsx +128 -0
style.css +0 -7
Button
IProps.ts +9 -0
index.tsx +45 -0
Header
index.tsx +108 -0
InputFile
index.tsx +66 -0
PasswordInput
IProps.ts +7 -0
index.tsx +35 -0
model
eventModel.ts +14 -0
taskModel.ts +3 -0
userModel.ts +11 -0
pages
CreateEvent
InputImages
index.tsx +65 -0
index.tsx +152 -0
Home
index.tsx +13 -0
Login
index.jsx +0 -81
index.tsx +177 -0
Profile
index.jsx +0 -11
index.tsx +38 -0
Register
index.tsx +147 -0
services
api.ts +37 -0
eventService.ts +16 -0
userService.ts +27 -0
styles
global.js +0 -15
theme.js +0 -15
theme.ts +72 -0
utils
authentication.ts +15 -0
background.ts +6 -0
library.ts +26 -0
App.tsx +15 -0
index.js +0 -14
index.tsx +20 -0
library.js +0 -9
react-app-env.d.ts +1 -0
reportWebVitals.ts +16 -0
routes.js +0 -97
routes.tsx +137 -0
setupTests.ts +5 -0
.eslintignore +2 -2
.eslintrc.json +132 -37
.gitignore +6 -0
README.md +46 -0
package.json +73 -61
prettier.config.js +0 -7
tsconfig.json +26 -0
yarn.lock +12718 -12887
public/favicon.png
0 → 100644
+ 0
- 0

9.11 KiB
+ 31
- 6
public/logo192.png
0 → 100644
+ 0
- 0

5.22 KiB
public/logo512.png
0 → 100644
+ 0
- 0

9.44 KiB
+ 17
- 3