This project was bootstrapped with Create React App.
Simple task list manager built with React.js (Web App) & Node.js (Command Line App). use PouchDB (local database) & CouchDB (remote database)
- clone:
git clone git@github.com:nasrul21/task-list-manager.git
- install depandencies:
npm install
- run web app:
npm start
, open urlhttp://localhost:3000
- run command line app:
npm run console