Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neoighodaro/trello-kanban-cards-clone

This is an example on how to make a Trello Kanban card style application with Vue and Pusher
https://github.com/neoighodaro/trello-kanban-cards-clone

laravel php pusher trello-clone vuejs

Last synced: 2 months ago
JSON representation

This is an example on how to make a Trello Kanban card style application with Vue and Pusher

Awesome Lists containing this project

README

        

# Example on how to build a realtime table on iOS using Pusher
[![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/neoighodaro?utm_source=github&utm_medium=button&utm_term=neoighodaro&utm_campaign=github)

![](https://www.dropbox.com/s/t60br3pwoqj8yvu/Create-a-realtime-Trello-like-Kanban-feature-using-VueJS-and-Pusher.gif?raw=1)

-----

### Requirements
For this to work, you need to have

- PHP 7.0 or newer installed on your machine.
- [Laravel CLI](https://laravel.com/docs/5.5/installation#installing-laravel) installed locally.
- [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) installed on locally.
- [Node & NPM](https://docs.npmjs.com/getting-started/installing-node) installed locally.
- Knowledge of PHP & Laravel framework.
- Basic knowledge of JavaScript (ES6 specifically).
- Basic knowledge of VueJS.
- A [Pusher](https://pusher.com) application.
- Curl installed and available on your terminal.

You can follow the tutorial [here](tutorial.md)