Skip to content

andrewdevs2025/todo-frontend

Repository files navigation

todo-frontend

This is the frontend for the Task Manager application, built using Next.js 13+ (App Router) and Tailwind CSS.

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/task-frontend.git
    cd task-frontend
  2. Install dependencies:

    npm install

Environment Variables

Create a .env.local file in the root directory and configure the required environment variables:

NEXT_PUBLIC_API_URL=http://localhost:5000

Running the Frontend

Start the development server: sh npm run dev By default, the app runs on http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published