ericcch / life-calendar

Life Calendar: Your Life in Weeks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life Calendar: Your Life in Weeks

Live website

Inspired by this article

Techs

  • React, CRA
  • Recoil
  • Chakra-ui
  • Date-fns

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 - 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

About

Life Calendar: Your Life in Weeks

License:MIT License


Languages

Language:TypeScript 78.1%Language:HTML 14.8%Language:CSS 7.2%