A simple todo app that is not a one based on the philosphy
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.
this is built using Vite and uses daisyUI as css library
- 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
- src contains jsx and css project
- public contain the static icons and media and static libraries
Please use bun
for all package management tasks (installing, updating, removing dependencies).
For example:
bun install
instead ofnpm install
oryarn install
bun add <package>
instead ofnpm install <package>
oryarn add <package>
bun run <script>
instead ofnpm run <script>
oryarn <script>