Skip to content

SurryaT10/devlogbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ DevLogBook

DevLogBook is a minimal AI-powered developer journal that helps you reflect on your daily progress and improve productivity.

πŸš€ Features

  • Write your daily developer journal
  • Get structured AI-generated insights:
    • βœ… Tasks Completed
    • ⚠️ Challenges Faced
    • πŸ”œ Next Steps
    • πŸ’‘ Suggestions
    • 🧠 Productivity Tips
  • View Weekly Report that aggregates your daily entries into:
    • Progress Overview
    • Top Blockers
    • Suggestions
    • Productivity Summary
    • Task vs Challenge Trends (with charts)
  • Clean, responsive UI built with Bootstrap
  • GPT-powered backend summarization
  • Firebase for authentication and storage (optional)

πŸ› οΈ Tech Stack

  • Frontend: Next.js + TypeScript + Bootstrap
  • Backend: Python (FastAPI)
  • AI: OpenAI GPT-3.5 Turbo
  • Storage: Firebase

πŸ’» Getting Started

# Clone the repo
git clone https://github.com/SurryaT10/devlogbook.git
cd devlogbook

# Install frontend dependencies
cd devlogbook
npm install

# Run fronend
npm run dev

# Install backend dependencies
cd ../backend
pip install -r requirements.txt

# Run backend
uvirorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published