Pipefy Clone App

This is an ui clone of pipefy with some functionalities and mock, created in react, styled-components and miragejs

Description

This is just a clone with no real server and few similar features, and not a real product, just study purpouse.

  • similar UI
  • drag drop between lists
  • mock datas
  • using ajax request (handled with miragejs like an browser server)
  • saving alteration (localStorage)
  • change list name
  • delete card
  • delete list
  • change card informations
  • tests

Cloning

$ git clone https://github.com/TecladistaProd/pipefy-clone.git
$ npm install
$ npm start