devigor / ui-login

A simple login screen with Chakra UI

Home Page:ui-login.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Login

I was create this project to learning about creation components with Chakra UI and use Next Auth to authentication with some providers!

See the project

https://ui-login.vercel.app

Screenshots

Main Screenshot

After Login Screenshot

In this project my focus was not design, but how to use Chakra UI and Next Auth!

Installation

Clone the repo

  git clone https://github.com/devigor/ui-login
  cd ui-login

Install all dependencies and the Husky

  yarn
  yarn install husky

Create the .env.local with the keys

NEXTAUTH_URL=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

Run the project

  yarn dev

Todo

  • Add tests
  • Refactor components

🚀 About Me

I'm, my name is Igor and i'm FrontEnd!

About

A simple login screen with Chakra UI

ui-login.vercel.app


Languages

Language:TypeScript 94.6%Language:Shell 3.2%Language:JavaScript 2.2%