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.
- Never Miss a Todo Comment Again :)
- Scan pull requests for TODOs comments
- Open github Issue for each individual TODO directly from dashboard
TypeScript, NextJS, Tailwind, MongoDB
-
Clone the project
git clone https://github.com/naveen8801/DevTodo.git
-
Go inside DevTodo directory
cd DevTodo
-
Create a .env file at root ( referring env.example )
-
Install dependencies
npm install
-
Start local server ( Please add .env file as shown below )
npm run dev
Contributions are always welcome!
- Made by @naveen