https://github.com/jmlavoier/task-tool
It's a simple task manager enjoyed the most modern technology. https://jmlavoier.github.io/task-tool/
https://github.com/jmlavoier/task-tool
enzyme es6 jest react redux sass webpack
Last synced: 3 months ago
JSON representation
It's a simple task manager enjoyed the most modern technology. https://jmlavoier.github.io/task-tool/
- Host: GitHub
- URL: https://github.com/jmlavoier/task-tool
- Owner: jmlavoier
- License: mit
- Created: 2017-07-16T14:47:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T02:30:02.000Z (over 8 years ago)
- Last Synced: 2025-06-12T01:44:01.670Z (about 1 year ago)
- Topics: enzyme, es6, jest, react, redux, sass, webpack
- Language: JavaScript
- Homepage:
- Size: 3.01 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://coveralls.io/github/jmlavoier/task-tool)
[]()
[]()
[]()
[](https://travis-ci.org/jmlavoier/task-tool)

The **TaskTool** is more than a *To-do List*, It was inpired on [Trello](http://trello.com).
*This project has been building in order to practice my knowledge in some technologies.*
You can see a demo [here](https://jmlavoier.github.io/task-tool/)
## Technologies
- **JavaScript** - *ES6+ (Babel)*;
- **UI Components** - *React*;
- **State management** - *Redux, React Redux, Redux Persist*;
- **UX/Usability** - *React DnD*;
- **Style** - *Sass*;
- **Modules** - *Webpack, CSS Modules*;
- **Unit tests**: *Jest, Enzyme*;
- **Clean code** - *Lint*;
- **Continuous Integration** - *Travis, Coveralls*;
## Layout

## Getting started
I encourage you to use the `yarn` to install the packages, you'll enjoy the yarn.lock to a faster installation, and the scripts will be fast too.
```
### Install
yarn
### Start app
yarn start
### Running tests
yarn test
### Watching the tests
yarn test:watch
### Running coverage
yarn test:cov
### Start Coverage Server
yarn server:cov
### Running ESLint
yarn lint
### Troubleshoot Lint issues
yarn lint:fix
### Production build
yarn build
### Production build watch
yarn watch
```
## Credits
Created by [jmlavoier](https://github.com/jmlavoier)