wbinnssmith / react-redo

A universal todo app built with react, redux, and express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redo

Everybody's favorite demonstration app of the frontend! Built with react and redux for the user interface, and express and node for a simple api. Uses bookshelf for a lightweight ORM to interface with the database.

Todos are sent over HTTP from the browser and persisted in a local database (sqlite3 in development).

a demonstration of react-redo

Development: getting started

react-redo requires at least Node.js v5 and npm 3

  1. Clone this repository
  2. npm install && npm run migrate && npm run dev
  3. Navigate to localhost on $PORT (3000 by default)

About

A universal todo app built with react, redux, and express

License:MIT License


Languages

Language:JavaScript 90.5%Language:CSS 9.5%