Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valmisson/trellu
Project manager build with SvelteJS
https://github.com/valmisson/trellu
github-projects sveltejs trello-clone
Last synced: about 2 months ago
JSON representation
Project manager build with SvelteJS
- Host: GitHub
- URL: https://github.com/valmisson/trellu
- Owner: valmisson
- License: mit
- Created: 2019-09-25T01:57:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T07:13:51.000Z (2 months ago)
- Last Synced: 2024-10-11T12:55:47.890Z (2 months ago)
- Topics: github-projects, sveltejs, trello-clone
- Language: Svelte
- Homepage: https://trellu.netlify.com/
- Size: 947 KB
- Stars: 32
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-svelte - Trellu - Projeto inspirado no Trello, para gerenciamento de projeto. (Outros sites / Comunidade Global)
README
# Trellu
![](screenshot.png)
A project manager with boards, lists, and cards that let you organize and prioritize your projects, inspired by Github Projects and Trello.
You can see the project [here](https://trellu.netlify.com).
## Why?
This project is part of my personal portfolio, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!
[My contacts](#contact)
## Built With
- [Svelte JS](http://svelte.dev) - Cybernetically enhanced web apps
- [Dexie.js](https://dexie.org/) - A Minimalistic Wrapper for IndexedDB
- [SortableJS](https://github.com/SortableJS/Sortable) - A library for reorderable drag-and-drop lists.
- [Rollup.js](https://rollupjs.org) - Module bundler
- [Postcss](https://postcss.org/) - A tool for transforming CSS with JavaScript
- [ESLint](https://eslint.org/) - Linter## Running locally
Clone the Repository
```sh
$ git clone https://github.com/valmisson/Trellu
```Install dependencies and start the development server
```sh
$ cd Trellu$ yarn
$ yarn dev
```and navigate to [localhost:5000](http://localhost:5000/)
## Contact
Email-me: - [email protected]
Connect with me at [Linkedin](https://www.linkedin.com/in/valmisson/)
My personal website - [valmisson.com](https://valmisson.com)
## License
This project is licensed under the MIT License - see [LICENSE](https://github.com/valmisson/Trellu/blob/master/LICENSE) for more information.