feat: Authentication Pages
TODO: Login handling TODO: Input validations style: button feat: Popup (this is unused atm but may be useful later)
Showing
- src/App.tsx 3 additions, 0 deletionssrc/App.tsx
- src/assets/styles/Button/Button.css 1 addition, 1 deletionsrc/assets/styles/Button/Button.css
- src/components/NavigationBar/index.tsx 52 additions, 39 deletionssrc/components/NavigationBar/index.tsx
- src/components/Popup/index.tsx 31 additions, 0 deletionssrc/components/Popup/index.tsx
- src/pages/AboutPage/view/index.tsx 1 addition, 1 deletionsrc/pages/AboutPage/view/index.tsx
- src/pages/AuthPage/index.tsx 29 additions, 0 deletionssrc/pages/AuthPage/index.tsx
- src/pages/AuthPage/view/Login/index.tsx 45 additions, 0 deletionssrc/pages/AuthPage/view/Login/index.tsx
- src/pages/AuthPage/view/Register/index.tsx 59 additions, 0 deletionssrc/pages/AuthPage/view/Register/index.tsx
Please register or sign in to comment