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
- Host: GitHub
- URL: https://github.com/naveen8801/devtodo
- Owner: naveen8801
- License: mit
- Created: 2024-02-21T17:37:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T10:43:11.000Z (10 months ago)
- Last Synced: 2025-01-23T12:46:30.812Z (4 months ago)
- Topics: codebase, next, todos
- Language: TypeScript
- Homepage: https://dev-todo-naveen8801.vercel.app/
- Size: 4.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
## 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)