We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a428188 commit 6240476Copy full SHA for 6240476
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "appliance-calculator",
+ "name": "react-appliance-calculator",
3
"version": "0.1.0",
4
"dependencies": {
5
"react-bootstrap": "^0.28.5",
readme.md
@@ -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. ;-)
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