# distributed-tracing-nextjs-todos-starter **Repository Path**: mirrors_getsentry/distributed-tracing-nextjs-todos-starter ## Basic Information - **Project Name**: distributed-tracing-nextjs-todos-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # To-Do App A basic Next.js to-do application. Built with TypeScript and PostgreSQL. ## Features - To-do creation - PostgreSQL database - Styling with [Tailwind CSS](https://tailwindcss.com) - Components with [shadcn/ui](https://ui.shadcn.com/) ## Install Dependencies Install the dependencies using the following command: ```bash npm install ```