Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chinwike1/redux-user-auth
/ functions
Functions
19 in github.com/Chinwike1/redux-user-auth
⨍
Functions
19
◇
Types & classes
15
↓ 3 callers
Function
useAppDispatch
()
frontend/src/app/hooks.ts:4
↓ 1 callers
Function
connectDB
()
backend/config/db.ts:5
↓ 1 callers
Function
generateToken
(id: string)
backend/utils/generateToken.ts:4
↓ 1 callers
Method
matchPassword
(enteredPassword: string)
backend/types/index.ts:13
Function
App
()
frontend/src/App.tsx:15
Function
Error
({ children, ...props }: ErrorProps)
frontend/src/components/Error.tsx:7
Function
Header
()
frontend/src/components/Header.tsx:9
Function
HomeScreen
()
frontend/src/screens/HomeScreen.tsx:1
Function
LoginScreen
()
frontend/src/screens/LoginScreen.tsx:10
Function
ProfileScreen
()
frontend/src/screens/ProfileScreen.tsx:4
Function
ProtectedRoute
()
frontend/src/routing/ProtectedRoute.tsx:4
Function
RegisterScreen
()
frontend/src/screens/RegisterScreen.tsx:16
Function
Spinner
()
frontend/src/components/Spinner.tsx:3
Function
ThemeSwitcher
()
frontend/src/components/ThemeSwitcher.tsx:3
Function
errorHandler
(err: Error, req: Request, res: Response, _next: NextFunction)
backend/middleware/errorMiddleware.ts:9
Function
notFound
(req: Request, res: Response, next: NextFunction)
backend/middleware/errorMiddleware.ts:3
Function
submitForm
(data)
frontend/src/screens/LoginScreen.tsx:25
Function
submitForm
(data)
frontend/src/screens/RegisterScreen.tsx:32
Function
toggleTheme
()
frontend/src/components/ThemeSwitcher.tsx:28