Skip to content

moodynooby/Todo.Txt

Repository files navigation

A simple todo app that is not a one based on the philosphy

OverView

Plain text is software and operating system agnostic. It's searchable, portable, lightweight, and easily manipulated. It's unstructured. It works when someone else's web server is down or your Outlook .PST file is corrupt. There's no exporting and importing, no databases or tags or flags or stars or prioritizing or insert company name here-induced rules on what you can and can't do with it.

Format Rules

Check out the repo

Agent Instructions and Technical intro

Details

this is built using Vite and uses daisyUI as css library

Code Practicies

  • try to use jsx and css only for javascript/typescript and css code
  • never make rigid components always make reusable and reusable components
  • try to make or use reusable and responsive components like daisyUI
  • never edit *.lock files
  • always try to create the handling and trigger in a same reusable and responsive component
  • never create components that only return value
  • always try to make the component as self sufficient as possible

Structure

  • src contains jsx and css project
  • public contain the static icons and media and static libraries

Package Management

Please use bun for all package management tasks (installing, updating, removing dependencies).

For example:

  • bun install instead of npm install or yarn install
  • bun add <package> instead of npm install <package> or yarn add <package>
  • bun run <script> instead of npm run <script> or yarn <script>

About

A todo list that is not todo list

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •