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

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.

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.