A minimalist weekly planning tool inspired by Tweek, built to practice React development and production engineering practices.
This project serves two goals:
- Build a clean, functional weekly planner for personal use
- 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
# Clone the repository
git clone https://github.com/nnay29/tilpad
cd tilpad
# Install dependencies
npm install
# Start development server
npm run devNote: Docker setup and deployment instructions coming soon.
This project intentionally uses minimal AI assistance to maximize learning. Each feature is built by:
-
Understanding the requirement
-
Researching approaches (docs, articles, existing solutions)
-
Implementing manually
-
Adding tests and quality checks
-
Inspired by Tweek - a wonderful minimalist weekly planner
-
Built as a learning project to understand React and production engineering