bhwsite / User-Login-Signup

Pure authentication page made with NextJS and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Login-SignUp


A Authenticator site made with NextJS, Typescript and some libraries. With this, you can instantiate several users (using name and password). In order not to have extra work, the node-json-db library was used, which creates a local "Database". The project was made with the purpose of learning about Typescript and NextJS (there was already previous knowledge in API). The renderings ended up being left out, as I didn't have the trouble to create a front end.

Running the project on your pc

On windows

( enter the root folder of the project and run these commands )

  • 1: npm i
  • 2: npm run dev

Now access localhost:3000

About

Pure authentication page made with NextJS and Typescript


Languages

Language:TypeScript 90.0%Language:CSS 8.2%Language:JavaScript 1.8%