https://github.com/phuonghieuto/nextjs-auth-frontend
A web application built with TypeScript, React, and Next.js. It features user authentication with login and registration functionalities. Tailwind CSS, daisyUI is used for styling, and Axios for HTTP requests.
https://github.com/phuonghieuto/nextjs-auth-frontend
authentication axios daisyui nextjs react tailwindcss typescript
Last synced: 3 months ago
JSON representation
A web application built with TypeScript, React, and Next.js. It features user authentication with login and registration functionalities. Tailwind CSS, daisyUI is used for styling, and Axios for HTTP requests.
- Host: GitHub
- URL: https://github.com/phuonghieuto/nextjs-auth-frontend
- Owner: phuonghieuto
- License: mit
- Created: 2024-10-30T04:57:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T02:27:25.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:29:27.052Z (over 1 year ago)
- Topics: authentication, axios, daisyui, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nextjs-auth-frontend.vercel.app
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nextjs-auth-frontend
# Getting started
## Installation
Clone the repository
https://github.com/phuonghieuto/nextjs-auth-frontend.git
Switch to the repo folder
cd nextjs-auth-frontend
Install dependencies
npm install
----------
## NPM scripts
- `npm run dev` - Start application in development mode
- `npm run build` - Build the application
- `npm run start` - Start the application
----------
# Authentication
This application features user authentication with login and registration functionalities.
----------
# :link: Demo
- Click Here to checkout the live demo.