MCPcopy Index your code
hub / github.com/BenBktech/Task-List-Typescript-NextJS-MongoDB

github.com/BenBktech/Task-List-Typescript-NextJS-MongoDB @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
20 symbols 60 edges 15 files 0 documented · 0% updated 2y ago★ 52
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Extension points exported contracts — how you extend this code

ITask (Interface)
(no doc)
types/index.ts
IDeleteTaskRequestParam (Interface)
(no doc)
types/index.ts
TaskProps (Interface)
(no doc)
types/index.ts
AddTaskProps (Interface)
(no doc)
types/index.ts

Core symbols most depended-on inside this repo

connectToDB
called by 4
utils/database.ts
fetchTasks
called by 3
app/page.tsx
handleCompleteTask
called by 2
app/page.tsx
handleCreateTask
called by 1
app/page.tsx
handleDeleteTask
called by 1
app/page.tsx
Task
called by 0
components/Task.tsx
Header
called by 0
components/Header.tsx
NoTask
called by 0
components/NoTask.tsx

Shape

Function 16
Interface 4

Languages

TypeScript100%

Modules by API surface

app/page.tsx5 symbols
types/index.ts4 symbols
utils/database.ts1 symbols
components/Task.tsx1 symbols
components/NoTask.tsx1 symbols
components/Loading.tsx1 symbols
components/Header.tsx1 symbols
components/AddTask.tsx1 symbols
app/layout.tsx1 symbols
app/api/task/new/route.ts1 symbols
app/api/task/delete/[id]/route.ts1 symbols
app/api/task/complete/[id]/route.ts1 symbols

Datastores touched

(mongodb)Database · 1 repos

For agents

$ claude mcp add Task-List-Typescript-NextJS-MongoDB \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page