feat: Add user registration component and authentication services

- Implemented Register component for user sign-up with form validation and network status handling.
- Created authAPI service for handling user login and registration with online/offline support.
- Developed localStorage service for managing user data and sessions offline.
- Introduced networkService for detecting online/offline status and managing connectivity.
- Defined authentication types for requests and responses.
- Added TypeScript configuration for the project.
This commit is contained in:
2025-12-11 23:33:43 +05:30
parent a7aa9e53a7
commit 801725edf3
75 changed files with 15734 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"migIndex": 1,
"data": [
{
"path": "assets/fonts/Gilroy-Bold.ttf",
"sha1": "7fe4d8cf5325dd47363d0f80fefb40ac7df5d5a6"
},
{
"path": "assets/fonts/Gilroy-Regular.ttf",
"sha1": "a737c19356e50cb9a50eb64ca7446c80dd3aa3e3"
},
{
"path": "assets/fonts/Gilroy-SemiBold.ttf",
"sha1": "8663a356eb9bc23b77696208f74376daf59687ea"
}
]
}