GithubHelp home page GithubHelp logo

checklite's Introduction

Checklite - The lightweight checklist app.

Download the MacOS app here.

Todo App Demo Gif

Built with ❤️ using Electron, Electron Packager, and Electron Builder for releases.

Getting Started

The first thing to do is install Node.js, if you haven't already. The easiest way to do that is by visiting nodejs.org and downloading the installer, which will set up node and npm for you.

Once you've got that out of the way, clone the repository. If you're new to git, check out the guide to cloning a repository.

git clone https://github.com/kim-nguyenkhn/checklite.git
cd checklite
yarn install
yarn start

Recommended GitHub Releases Workflow

  1. Bump the "Tag version" to the value of version in your application package.json, and prefix it with v. "Release title" can be anything you want.

For example, if your application package.json version is 1.0, your draft's "Tag version" would be v1.0.

  1. Draft a new release with yarn run make.

  2. Push some commits. Every CI build will update the artifacts attached to this draft.

  3. Once you are done, publish the release. GitHub will tag the latest commit for you.

The benefit of this workflow is that it allows you to always have the latest artifacts, and the release can be published once it is ready.

Next Steps

  • Add a timestamp/due date to the todo items
  • Convert everything to React components
  • Have some integration with Google Calendar, or iCal
  • Implement a simple cache

checklite's People

Contributors

kim-nguyenkhn avatar

Watchers

James Cloos avatar

checklite's Issues

Edit

Sometimes I wanna make adjustments to certain tasks because deadlines change.

Drag'n'Drop

I would like to be able to rearrange my tasks because deadlines change.

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.