Skip to content

Commit 6240476

Browse files
committed
added readme. updated package.json
1 parent a428188 commit 6240476

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "appliance-calculator",
2+
"name": "react-appliance-calculator",
33
"version": "0.1.0",
44
"dependencies": {
55
"react-bootstrap": "^0.28.5",

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# react-appliance-calculator
2+
3+
This is an [Appliance Energy Calulator](https://github.com/nrel/eere-appliance-calculon/) React.js reboot.
4+
5+
A work in progress to dig into React. 90% done with 11% to go. ;-)
6+
7+
## Todo
8+
:white_check_mark: Swap jQuery for React
9+
:white_check_mark: Swap Grunt for Gulp
10+
:red_circle: Complete the conversion from ES5 to ES6
11+
:red_circle: Tests

0 commit comments

Comments
 (0)