EliasSchaut / XmasTasks

A virtual xmas calender in which you can open 24 doors full of tasks

Home Page:https://xmas.schaut.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XmasTasks

A virtual xmas calender in which you can open 24 doors full of tasks

Setup

  1. You need to have node.js (20.9 or higher) installed on your machine.
  2. Clone this repository.
  3. Fill tasks.ts (see below)
  4. Run npm install in the root directory of this repository.
  5. Run npm build in the root directory of this repository.
  6. Run npm start in the root directory of this repository.

tasks.ts

Key Value
[key: number] The task description for the i-th task
start_unix_timestamp The unix timestamp for the start of the first task.
Every next task will be unlocked exactly 24h after the last task.
permutation Array containing the number from 1 to 24 in any order

Contributing

If you want to contribute to this project, feel free to do so. Just fork this repository and create a pull request with your changes.

About

A virtual xmas calender in which you can open 24 doors full of tasks

https://xmas.schaut.dev

License:MIT License


Languages

Language:Vue 70.8%Language:TypeScript 29.2%