add: authentication with local storage
Showing
- src/components/navbar/CustomNavbar.tsx 20 additions, 7 deletionssrc/components/navbar/CustomNavbar.tsx
- src/main.tsx 4 additions, 10 deletionssrc/main.tsx
- src/pages/LoginPage.tsx 60 additions, 0 deletionssrc/pages/LoginPage.tsx
- src/pages/RegisterPage.tsx 105 additions, 0 deletionssrc/pages/RegisterPage.tsx
- src/redux/slices/authSlice.ts 38 additions, 0 deletionssrc/redux/slices/authSlice.ts
- src/redux/slices/usersSlice.ts 34 additions, 0 deletionssrc/redux/slices/usersSlice.ts
- src/redux/store.ts 5 additions, 1 deletionsrc/redux/store.ts
src/pages/LoginPage.tsx
0 → 100644
src/pages/RegisterPage.tsx
0 → 100644
src/redux/slices/authSlice.ts
0 → 100644
src/redux/slices/usersSlice.ts
0 → 100644
Please register or sign in to comment