Skip to content
/ tilpad Public

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

Notifications You must be signed in to change notification settings

nnay29/tilpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors