Code Monkey home page Code Monkey logo

today's Introduction

Today

A minimal 24 hour todo list

The list clears every 24 hours which will allow you to focus on your daily tasks without letting them pile up.

Today - Desktop App

Built with Svelte + Electron + Typescript

Development

yarn install

Run locally in watch mode:

# From root
yarn workspace @today/desktop start

# From /packages/desktop
yarn start

Build app:

# From root
yarn workspace @today/desktop build # or `build:prod`

# From /packages/desktop
yarn build # or `build:prod`

Today - iOS App

Built with Svelte + Capacitor + Typescript

yarn install

Run locally in watch mode:

# From root
yarn workspace @today/mobile dev:ios

# From /packages/mobile
yarn dev:ios

Build app:

# From root
yarn workspace @today/mobile build:ios

# From /packages/mobile
yarn build:ios

Custom themes

You can add a new theme to the themes.json file. Each new theme requires the following fields:

  {
    "title": "My Theme",
    "file": "my-theme.css",
    "primary": "#5dbbea",
    "secondary": "#f0f0f0",
    "accent": "#5dbbea"
  }

NOTE: These should be added in alphabetical order (A-Z) based on the title of the theme.

After adding your theme to the themes.json config, you can run:

npm run generate:css

This will create the CSS files associated with your theme. They will then automatically be accessible in the theme menu.

Download

Releases

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.