GithubHelp home page GithubHelp logo

sakihet / trellith Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 2.0 1.67 MB

Tiny Trello Clone PWA Pursuing Simplicity

Home Page: https://trellith.sakih.net/

License: MIT License

HTML 0.84% CSS 11.14% TypeScript 87.57% JavaScript 0.44%
kanban preact trello pwa board trello-clone preact-signals command-palette

trellith's Introduction

Trellith

test

trellith

Trellith is a tiny Trello clone PWA pursuing simplicity. It's a task management tool with a board view format, designed for individuals. You can organize your projects into boards like a kanban using lists and cards.

All you need to get started with the app is to just open the URL. There is no need to create any accounts.

The data is only stored in your browser's localStorage, not in the cloud. You can own your data.

Trellith works offline once you open the app. It operates normally even in unstable network conditions.

Motivation

This is a project aimed at improving frontend and web design skills while creating a practical product.

Discraimer

Since data is stored in localStorage, the main thread gets blocked, and there is a 5MB size limit.

Screenshots

light dark
board board-light board-dark
card card-light card-dark
index index-light index-dark

Features

Trellith includes the core features of Trello:

  • Create boards
  • Create lists
  • Create cards
  • Rename items
  • Sort items by Drag and Drop
  • Separator cards

Additional features:

  • Light Mode / Dark Mode
  • Import / Export
  • Work offline

Tech

CSS

Trellith is designed by Plain Old CSS. It doesn't use any CSS frameworks for minimizing future maintenance costs.

  • reset.css
    • Remove default styles
  • base.css
    • Add basic styles
  • token.css
    • Manage design tokens by CSS custom properties
  • utility.css
    • Utility-First CSS
  • layout.css
    • Reusable CSS for creating layouts
  • pattern.css
    • Reusable CSS for creating common UI

Icons

Material Symbols

Contributing

If you find any bugs or have feature requests, please create an issue and let me know.

Development

npm install
npm run dev

License

MIT

trellith's People

Contributors

sakihet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

trellith's Issues

Add command palette feature

  • toggle CommandPalette
  • add CommandPalette button to TheNavBar
  • focus input element when show CommandPalette
  • add filtering commands
  • highlight first command
  • add arrow keys navigation
  • enter to run command action
  • add comamnds to navigate to static pages
  • add commands to navigate to board pages

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.