--> Live Preview: https://todoboard.net
TodoBoard Frontend is a modern, responsive web application built with Next.js, Tailwind CSS, TypeScript, and Shadcn UI for a seamless user experience in managing tasks and projects. It integrates with the FastAPI-TodoBoard-Backend API.
TodoBoard Frontend provides a dynamic user interface designed for effective task and project management. Key features include:
Clone the Repository:
git clone https://github.com/TodoBoard/ShadcnUI-TodoBoard-Frontend.git
cd ShadcnUI-Todobaord-Frontend
Install Packages:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This project is licensed under the GitHub license. See the LICENSE file for details.