This is the frontend for the Task Manager application, built using Next.js 13+ (App Router) and Tailwind CSS.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/your-repo/task-frontend.git cd task-frontend -
Install dependencies:
npm install
Create a .env.local file in the root directory and configure the required environment variables:
NEXT_PUBLIC_API_URL=http://localhost:5000
Start the development server:
sh npm run dev
By default, the app runs on http://localhost:3000.