2018年10月5日金曜日

#100DaysOfCode Day45

Day 45: October 5, 2018

Today's Progress:

  • freeCodeCamp's JavaScript Calculator project
    • Created a component to render a key with given id and value (text)
    • Created a component to render a number key
    • Render number keys 0-9 using a for loop

Thoughts:
Started building JavaScript Calculator for #freeCodeCamp project.
Found out how to use a for loop in React. And what I've learned in the previous project is helping me so far!

For loop in React: Reactでループする - Qiita

Link to work:
CodePen
GitHub: sidemt/js-calculator

0 件のコメント:

コメントを投稿