This is Task List Manager that build with React.JS (Web App) & Node.JS(Command Line App).
Also using pouchy-store for storing Task.
- clone:
git clone https://github.com/gegyhamdani/task-list-manager.git
- install depandencies:
npm install
There are 2 ways for using this apps, through Web App or Command Line App
- run web app:
npm start
, Open http://localhost:3000 to view it in the browser.
- run command line app:
npm run start-cli
and follow instruction on the command line