Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimaslz/todoapp-reactjs


https://github.com/dimaslz/todoapp-reactjs

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

#Todo App - ReactJS and Webpack
This app is a test to try ReactJS lib.

##Technologies
webpack + es6 + sass + api nodejs mongodb

##Demo
The project is deployed in server managed by Dokku in the next url [http://todoapp-reactjs.dimaslz.io](http://todoapp-reactjs.dimaslz.io)

##Try it in your machine
First, execute `npm install`
and next `npm run watch`

##Todo
* Add unit test
* Add e2e test
* Clean code

###Author
Dimas López ([dimaslz](http://twitter.com/dimaslz)) · Software developer
[http://dimaslz.io](http://dimaslz.io) · [http://dimaslz.com](http://dimaslz.com)

## License

The MIT License (MIT)

Copyright (c) 2015 Dimas López
[@dimaslz](http://twitter.com/dimaslz) [http://dimaslz.io](http://dimaslz.io) [http://dimaslz.com](http://dimaslz.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.