pmartinsdev / Martins-Todo

A Pipefy clone using React JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Martin's Todo

this repository is a clone of the pipefy site using React js just to study the technology

About

Martin's Todo is an Site to make your routine more organized. You can create a task and, if you are doing, just drag and drop this task in the "Doing" column or, if you have completed that task, just drag and drop in the "Completed" column ... but if you want to stop and do it later, put that task in "Stopped" column.

GIF

Frontend

React JS

  • React-dom
  • React-dnd
  • React-dnd-html5-backend
  • React-icons
  • styled-componets
  • immer

Backend

Node Js

Coming Soon ...

How to Install and Run using YARN ?

  1. First make sure that noje Js is installed on your machine
  2. Open the console and write yarn install
  3. Then write yarn start
  4. Done !!!

How to Install and Run using NPM ?

  1. First make sure that noje Js is installed on your machine
  2. Open the console and write npm install
  3. Then write npm run start
  4. Done !!!
Thank You !!!

About

A Pipefy clone using React JS


Languages

Language:JavaScript 96.7%Language:HTML 3.3%