An open API service indexing awesome lists of open source software.

https://github.com/naveen8801/devtodo

A web application to find all your TODOs comments in your Github repository so that you never lose track
https://github.com/naveen8801/devtodo

codebase next todos

Last synced: 2 months ago
JSON representation

A web application to find all your TODOs comments in your Github repository so that you never lose track

Awesome Lists containing this project

README

        

# DevTodo

DevTodo is a simple tool that scans your GitHub repository for TODO comments in your code and lists them in an organized manner. With DevTodo, you can easily keep track of all the pending tasks in your project, ensuring that nothing slips through the cracks.

- [Dashboard](https://dev-todo-naveen8801.vercel.app/)
- [Github App](https://github.com/apps/devtodos/)

# Quick Demo

gif

## Features

- Never Miss a Todo Comment Again :)
- Scan pull requests for TODOs comments
- Open github Issue for each individual TODO directly from dashboard

## Tech Stack

TypeScript, NextJS, Tailwind, MongoDB

## Run Locally

* Clone the project

```bash
git clone https://github.com/naveen8801/DevTodo.git
```

* Go inside DevTodo directory

```bash
cd DevTodo
```

* Create a .env file at root ( referring env.example )

* Install dependencies

```bash
npm install
```

* Start local server ( Please add .env file as shown below )

```bash
npm run dev
```

## Contributing

Contributions are always welcome!

## Authors

- Made by [@naveen](https://www.github.com/naveen8801)