An open API service indexing awesome lists of open source software.

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.

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!