All Projects → ngduc → Life Calendar

ngduc / Life Calendar

Licence: mit
Life Calendar: Your Life in Weeks

Programming Languages

typescript
32286 projects

Life Calendar: Your Life in Weeks

Live Website

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

Other Projects:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].