nsantini / tasker

A simple task management browser app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasker

A simple Task Management app with React and Flux just for the browser.

All tasks get stored in the localStorage of the browser.

Running

You must have nodejs installed on your computer. From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build and run the project, run this command:

gulp

To execute the unit test run:

npm test

Dependencies

The implementation uses:

  • Underscore to aid with functional programming
  • Gulp to build the project and run the server
  • Browserify to 'require' modules in the browser
  • Reactify to transform JSX into JS
  • Watchify to listen to changes in the code and re-run the build process
  • Jest for unit testing

Contributing

To contribute, please fork this repo and then create a pull request when ready.

About

A simple task management browser app.

License:Apache License 2.0


Languages

Language:JavaScript 97.5%Language:HTML 2.5%