Boxes of Life draws a box for each week of a 90-year life.
You can enter your birthday and it shows how many boxes you already lived.
I hope this let you stay motivated through out your life and prevents you from procrastination.
The project was inspired by the TED Talk of Tim Urban about Procrastination (https://www.youtube.com/watch?v=arj7oStGLkU&t=15s).
This project is an angular project. In order to run it you need npm
.
git clone https://github.com/hieronymusma/boxes-of-life
cd boxes-of-life
npm install
npm run start
Then visit your browser at http://localhost:4200
.