not-only-code / react-todos-playground

ReactJS todo list mvc playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo's Playground

This is a small 'todos' app playground using ReactJS and FireBase as backend platform, using the design and functionality of TodoMVC.

Usage

Install

$ npm i

Run

$ gulp # just for compile

$ gulp serve # just for run in local

Changelog

2.1.0

  • Tweaked bindings through components

2.0.0

  • Added Firebase as ddbb platform
  • Fixed save empty title

1.2.0

  • Removed 'editing' state from data logic

1.1.0

  • Added functionality with hardcoded data

1.0.0

  • First release
  • Gulp tasks
  • React components structure

About

ReactJS todo list mvc playground


Languages

Language:JavaScript 90.5%Language:HTML 9.5%