visheshrwl / Uber-like

This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11 stars 28 forks source link

Implement User Authentication (Login/Signup) #37

Open visheshrwl opened 1 month ago

visheshrwl commented 1 month ago

Is your feature request related to a problem? Please describe. Create login and signup forms for users to authenticate. Integrate with the backend for authentication using OAuth or JWT.

Additional context Create login and signup UI screens. Implement form validation using Zod or another validation library. Integrate with the authentication API for user registration and login. Store the JWT securely (localStorage or cookie-based). Priority: High

visheshrwl commented 1 month ago

@palidii I want a Gen Z minimalist approach for this, with a subtle color palette focused on lighter shades.

abhishekpaturkar commented 1 month ago

Can I work on this??

Sourabh782 commented 1 month ago

@visheshrwl can i work on it? i have developed other authentication implementations also. with signup and login ui pages. Reference work: image