Skip to content

nnay29/tilpad

Repository files navigation

TILpad: Today I Learned pad

A minimalist weekly planning tool inspired by Tweek, built to practice React development and production engineering practices.

🎯 Purpose

This project serves two goals:

  1. Build a clean, functional weekly planner for personal use
  2. Learn professional development practices including:
    • React
    • Problem solving and Reverse-Engineering
    • CI/CD pipelines with GitHub Actions
    • Testing (Vitest + React Testing Library)
    • Docker containerization
    • Production monitoring

🚀 Running Locally

# Clone the repository
git clone https://github.com/nnay29/tilpad
cd tilpad

# Install dependencies
npm install

# Start development server
npm run dev

Note: Docker setup and deployment instructions coming soon.

📝 Development Practices

This project intentionally uses minimal AI assistance to maximize learning. Each feature is built by:

  1. Understanding the requirement

  2. Researching approaches (docs, articles, existing solutions)

  3. Implementing manually

  4. Adding tests and quality checks

🙏 Acknowledgments

  • Inspired by Tweek - a wonderful minimalist weekly planner

  • Built as a learning project to understand React and production engineering

About

Not ready yet, but worth the wait. Pinned here because it’s going to matter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages