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
- Host: GitHub
- URL: https://github.com/tigerengine124/project-7-user-authentication
- Owner: TigerEngine124
- License: mit
- Created: 2025-04-07T21:54:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-07T21:57:54.000Z (about 1 year ago)
- Last Synced: 2025-04-07T22:34:13.861Z (about 1 year ago)
- Topics: nextjs, typescript
- Language: TypeScript
- Homepage: https://project-7-user-authentication-reactjs-nextjs-fontend-18jtyuoeo.vercel.app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# _Screenshots_





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