Skip to content

Latest commit

 

History

History
executable file
·
43 lines (27 loc) · 1.79 KB

README.md

File metadata and controls

executable file
·
43 lines (27 loc) · 1.79 KB

100 Days Of Code - Log

Day 1: Sunday, April 19, 2020

Today's Progress: Studying Variables and Data Types in Dart

Thoughts: I really struggled with Flutter, but, overall, I feel like I am slowly getting better at it. Also, Dart is much easier than I thought may because I start learning

Tutorial links:

  1. Data Types
  2. Variables

Day 2: Monday, April 20, 2020

Today's Progress: Studying Operators, Loops and Decision Making in Dart

Tutorial links:

  1. Operators
  2. Loops
  3. Decision Making

Day 3: Tuesday, April 21, 2020

Today's Progress: Studying Numbers, Strings, Booleans, Lists, Maps in Dart

Tutorial links:

  1. Numbers
  2. Strings
  3. Booleans
  4. Lists
  5. Maps

Day 4: Wednesday, April 22, 2020

Today's Progress: