Skip to content

A simple Login System I designed for a Job Interview and never got signed for it. I guess they were afraid i would take their jobs lol. Designed using React JS, Material UI & Redux

Notifications You must be signed in to change notification settings

kudarukuni/Login_System

Repository files navigation

PROJECT REQUIREMENTS

  1. Users create accounts. ○ Payload to be sent to the backend. Endpoint https://dial-a-delivery-test.uc.r.appspot.com/api/agent/create Sample body: { firstname: “John”, surname: “Doe”, phone: “+263700000000”, email: “johndoe@gmail.com”, role: “admin”, country: “Zimbabwe”, password: “12345”, password1: “12345” }
  2. User login. ○ Users should provide email and password for authentication. Endpoint https://dial-a-delivery-test.uc.r.appspot.com/api/agent/login
  3. View dashboard if user is authenticated. Tools to be used:
  4. React JS
  5. Material UI
  6. Redux
  7. Git for version control
  8. Github for remote repository
  9. Use jwt decode to decode the token

About

A simple Login System I designed for a Job Interview and never got signed for it. I guess they were afraid i would take their jobs lol. Designed using React JS, Material UI & Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published