trello Svelte Themes

Trello

A simple trello 'clone' in Svelte

Purpose

The main goal of this project is to showcase how Svelte works by implementing a Trello "clone". Of course it's related to actually learning Svelte at the same time. This project is not supposed to cover all features of Trello, yet it can get as far as we want to take it.

You could learn more about what is Svelte here.

Setup

This project has been setup by following the Svelte guidelines using the following commands:

npx degit sveltejs/template trello
cd trello
node scripts/setupTypeScript.js

Another way you could setup a Svelte project is by using Vite.

Run it

git clone [email protected]:quanterall/trello.git
cd trello
yarn
yarn dev

Contribution

If you have the desire to work with/learn Svelte you can work on this project as well. I'll try to setup tasks in the issues tab, so if you feel like implementing something, just assign yourself to it, or just send a message to Georgi Spasov who is "leading" this endevor (at least for the time being). So just take an issue (if there is such, if not, send me a DM and we'll discuss your ideas), work on it, setup a PR and mark Georgi Spasov as a reviewer.

Misc

This project actually uses one of our first TypeScript libraries lich. So if you want to see how lich is practically being used in a project, this is the right place to be.

Top categories

Loading Svelte Themes