Login and profile view using React with Typescript
- Login functionality: Basic auth flow integrated
- Redux Store Integration: Effectively manages application state using Redux for efficient data handling.
- Responsive Layout: Ensures a consistent and user-friendly experience across various devices and screen sizes.
- Error Handling: Robust error handling implemented to gracefully manage unexpected scenarios and maintain application stability.
Install my-project with npm
git clone https://github.com/Arbtrage/ReactAuth
cd ReactAuth
npm install
npm start / npm run buildUntitled.mp4
-
Error Boundary
-
Integrate LocalStorage
-
Handle errors more graciously
-
Make custom types for every variables
-
Add Toast notifications for errors
### Profile Screen
Client: React, Redux, TailwindCSS , NextUI