A simple to use project time management system. Tracks hours for any project used with the push of a button.
Backend:
- NodeJS https://nodejs.org/en/
- ExpressJS
- MongoDB
- Mongoose
- Konfig
Front-end:
- ReactJS
- Gulp Task Runner
- Browserify for module bundling http://browserify.org/
- Reactify for React JSX Transpiling https://www.npmjs.com/package/reactify
- ES Lint for Static Analysis https://github.com/adametry/gulp-eslint
- LESS CSS Pre-processor http://lesscss.org/
- Node Fetch a Fetch pollyfill https://www.npmjs.com/package/node-fetch
- Mocha Unit Testing https://mochajs.org/
Testing: Test Helper and Mocha JSX Compiler inspired by Kahn Academy Components and updated to use React 0.14.2