Skip to content

mhaidarhanif/project-auth-react

Repository files navigation

Project Example: Auth with React

Netlify Status

Visit the live example: https://auth.haidar.dev

Links

Stack

  • React
    • Axios for REST API
    • xstyled with Emotion.sh
    • React Router
    • React Hook Form
    • React Spinner
  • JWT Decode
  • Netlify
  • Cloudflare
  • Uniregistry

Features

  • Register new user
    • Name
    • Email
    • Password
  • Login to existing user
    • Email
    • Password
    • Retrieve authorization token with JWT
  • Get authenticated user profile
  • Get all users
  • Search user by name from input text field
    • Request each character typing or submitted

Scripts

Install Dependencies

yarn

Run Server

yarn dev
yarn start

License

MIT