/tasklance

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

Primary LanguageJavaScriptMIT LicenseMIT

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