https://github.com/sustained/cello
A Trello clone for the purposes of learning + portfolio filler.
https://github.com/sustained/cello
issue-board kanban kanban-board organisation productivity task-manager trello-clone vue vuex
Last synced: 6 months ago
JSON representation
A Trello clone for the purposes of learning + portfolio filler.
- Host: GitHub
- URL: https://github.com/sustained/cello
- Owner: sustained
- License: mit
- Created: 2019-02-07T20:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:44:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T05:45:15.511Z (6 months ago)
- Topics: issue-board, kanban, kanban-board, organisation, productivity, task-manager, trello-clone, vue, vuex
- Language: Vue
- Homepage: https://trello.com/b/yj3Lb4Gu/project-cello
- Size: 1.12 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cello
- [Project Setup](#project-setup)
- [Project Information](#project-information)## Project setup
If you'd like to check this out locally, then follow the instructions below.
### Clone
First clone the repository, of course:
```bash
git clone git@github.com:sustained/cello.git
cd cello
```### Install
Then install the dependencies.
```bash
npm i
```### Run
Then start 'er up!
```bash
npm run serve
npm run api
```---
## Project Information
### What is this?
This is a [Trello](https://www.trello.com/) clone (a kanban board).
I'm primarily using it to learn more about Vue, Vuex and Vue-Router.
### Why a Trello clone?
I use Trello a lot and I quite like it, it's pretty great software but there's definitely a few things I wouldn't mind trying to do differently!
So, why not?
### How will this be different?
See the [Trello board](https://trello.com/b/yj3Lb4Gu/project-cello) (ironic, I know) if you're curious about my ideas.
### When will it be done?
Soon™?
### Where is it hosted?
It isn't, yet. But if there's demand, maybe I'll do that.
### Who are you?
- I spend arguably far too much time on [Discord](https://www.discordapp.com/) (sustained#2329).
- I have a [website](https://www.sustained.name/) but it doesn't do much yet.
- I don't really _get_ [Twitter](https://twitter.com/@susDissonance) but it exists.
- [Medium](https://medium.com/@sustained) is a thing, also.
- Here on [Github](https://github.com/sustained) you can('t) find my private repos for abandoned projects!