An open API service indexing awesome lists of open source software.

https://github.com/tigerengine124/project-7-user-authentication

Next project for user authentication
https://github.com/tigerengine124/project-7-user-authentication

nextjs typescript

Last synced: about 1 month ago
JSON representation

Next project for user authentication

Awesome Lists containing this project

README

          

# _Screenshots_

![](https://res.cloudinary.com/dbjegw4i5/image/upload/v1641995325/Captura_de_Tela_19_tyxdx5.png)
![](https://res.cloudinary.com/dbjegw4i5/image/upload/v1641995325/Captura_de_Tela_20_mmo4ls.png)
![](https://res.cloudinary.com/dbjegw4i5/image/upload/v1641995325/Captura_de_Tela_21_kq4xls.png)
![](https://res.cloudinary.com/dbjegw4i5/image/upload/v1641995325/Captura_de_Tela_22_sc209s.png)
![](https://res.cloudinary.com/dbjegw4i5/image/upload/v1641995325/Captura_de_Tela_23_wgd6yx.png)

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

### Requirements

- Node.js and npm

### Getting started

Run the following command on your local environment:

```
git clone https://github.com/TigerEngine124/Project-7-user-authentication.git my-project-name
cd my-project-name
npm install or yarn
```

Then, you can run locally in development mode with live reload:

```
npm run dev
yar run dev
```

Open http://localhost:3000 with your favorite browser to see your project. For your information, Next JS need to take some time to compile the project for your first time.

### Features

Developer experience first:

- 🔥 [Next.js](https://nextjs.org) for Static Site Generator
- 💅 Integrate with [Styled Components](https://styled-components.com/)
- 🎉 Type checking [TypeScript](https://www.typescriptlang.org)
- ✅ Strict Mode for TypeScript and React 17
- ✏️ Linter with [ESLint](https://eslint.org) (default NextJS, NextJS Core Web Vitals and Airbnb configuration)
- 🛠 Code Formatter with [Prettier](https://prettier.io)
- 🦊 Husky for Git Hooks
- 🚫 Lint-staged for running linters on Git staged files