6867a91b674dbbce50c1fb4c86bc83170bb3acfe
- Custom User model with email as unique identifier (AUTH_USER_MODEL) - POST /api/auth/register/ with email validation, password min 8 chars, duplicate rejection - POST /api/auth/login/ returning JWT (access + refresh) tokens - Passwords hashed via Django's make_password - React LoginPage and RegisterPage with form validation - AuthContext with useReducer for auth state management - Axios API client with JWT token injection - TypeScript conversion of frontend scaffold
job-tracker
Responsive web app to keep track of job applications with analytics
Languages
Python
49.5%
TypeScript
43.3%
CSS
5.6%
HTML
0.7%
Dockerfile
0.5%
Other
0.4%