migace / ReduxTodoApp

Very simple TodoApp with Redux as data flow manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReduxTodoApp

Very simple TodoApp with Redux as data flow manager and Cloudant NoSQL service as database.

Configuration

First you should create Cloudant Account Next you should create your own Cloudant NoSQL DB.

You need your own username, password and db and then you should complete a src/config.ts.sample file (config.ts.sample is only sample)

Running

$ npm i
$ npm start

Verify the application by navigating to your server address in your preferred browser.

http://localhost:8000

About

Very simple TodoApp with Redux as data flow manager

License:MIT License


Languages

Language:TypeScript 75.0%Language:JavaScript 16.8%Language:CSS 5.6%Language:HTML 2.6%