Skip to content

Commit

Permalink
added readme. updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oakley808 committed May 20, 2016
1 parent a428188 commit 6240476
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "appliance-calculator",
"name": "react-appliance-calculator",
"version": "0.1.0",
"dependencies": {
"react-bootstrap": "^0.28.5",
Expand Down
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# react-appliance-calculator

This is an [Appliance Energy Calulator](https://github.com/nrel/eere-appliance-calculon/) React.js reboot.

A work in progress to dig into React. 90% done with 11% to go. ;-)

## Todo
:white_check_mark: Swap jQuery for React
:white_check_mark: Swap Grunt for Gulp
:red_circle: Complete the conversion from ES5 to ES6
:red_circle: Tests

0 comments on commit 6240476

Please sign in to comment.