KenichiQaz / tasklance

A small Trello clone built with React and Redux then expanded to include support for multiple projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasklance - freelancer focussed project management

Dependencies

In this program we'll use:

npm install

Start

Start the app with the following command:

npm start
.
├── README.md
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── components
    │   └── App.js
    ├── index.css
    ├── index.js
    ├── serviceWorker.js
    └── styles
        └── App.css

About

A small Trello clone built with React and Redux then expanded to include support for multiple projects

License:MIT License


Languages

Language:JavaScript 80.2%Language:CSS 12.8%Language:HTML 5.6%Language:Nix 1.5%