Life Calendar: Your Life in Weeks
Techs
- React, CRA 4.0.0-next
- Recoil
- Chakra-ui
- Date-fns
Inspired by Tim Urban's article
Event Data
{
"options": {},
"events": [
{
"type": 3,
"date": "1982-01-01",
"title": "👶 I was born"
},
{
"type": 1,
"date": "1983-01-01",
"title": "🎂 My 1st birthday"
}
]
}
- type: event type values: -3, -2, -1, 0, 1, 2, 3 (sad-to-happy point) - each has different color.
- date: format: yyyy-mm-dd
- title: event title - it can start with an Emoji like these Emojis
Roadmap - Todo
- Roadmap - Todo Kanban Board
Other Projects:
- React-tabulator - a react table component with many advanced features.
- VSCode extension: TODO.md Kanban Board - use kanban to manage your project's todo list.