Giter VIP home page Giter VIP logo

tasklists's Introduction

Project Template

A simple and rich Typescript project template for your development needs.

Quick Start ๐ŸŒŸ

  1. Create a new project with this template
  2. Clone the project
  3. Install dependencies using yarn install
  4. Happy coding!

Features ๐Ÿ“š

  1. ๐ŸŒ€ Typescript ready
  2. ๐ŸŽจ Linting using Eslint
  3. ๐Ÿถ Husky to improve your commits
  4. ๐Ÿงช Test with Jest

Javascript

Framework React 18
Bundler Vite 2
Typescript โœ…

UI

State Management

CSS

Framework TailwindCSS 3 ๐ŸŽจ

License ๐Ÿ“‹

MIT

tasklists's People

Contributors

edqe14 avatar

Watchers

 avatar

tasklists's Issues

Model the app's data structure

v1 Features ๐Ÿš€

  1. Day-based tasks
  2. Categorical tasks grouped list
  3. Routine reminders
  4. Focus-mode Pomodoro style
  5. CLI-style way to add tasks or routines.

Idea ๐Ÿค”

Task ๐Ÿ“‹

  1. It's possible to have multiple tasks in a day. (Change: just make the tasks grouped by category)
  2. Each task is grouped by its category prefixed by @.
  3. Each task could be re-ordered.
  4. Each task could be starred and will be always shown at the top of everything (locally ordered by its actual position).
  5. Task have an optional deadline date & time.
  6. Task that is near its deadline customizable for how near it will count as 'near' will take the highest position/priority.

Routine ๐Ÿƒโ€โ™‚๏ธ

  1. Pickable intervals.
    1. Multiple days Monday - Sunday
    2. Multiple times Hour : Minute (12/24h format, configurable)
  2. Important routine default: true. Will show a notification if not in focus and show a modal or else just show a toast on the corner.

Focus-mode โŒš

  1. Count-down timer, 25mins for a pomodoro, 5mins for a short break, 15mins for a long break. all is customizable.
  2. Automatically shows the day's tasks & automatically marks them as finished on every pomodoro.

Figure out the best storage management strategy

Thinking about Storage strategy to store and manage local data.

Feature ๐ŸŽ‰

  • Auto-save per configurable interval.

Possible approach ๐Ÿค”

Persistent store

  • Use LocalStorage for web environment
  • Use LocalFileSystem for desktop environment ( Tauri )

or

  • Default to LocalStorage
  • Also write to LocalFileSystem if is in desktop environment.

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.