React course

React course

  • Summary
  • GitHub
  • Help

›Tutorial

Tutorial

  • Tutorial
  • Intro
  • First step. React from tutorial [Main task]
  • Part 1
  • Part 2
  • Part 3
  • Part 4
  • Part 5
  • Part 6
  • Part 7
  • Part 8
  • Part 9
  • Part 10
  • Part 11
  • Part 12
  • Part 13
  • Part 14
  • Part 15

Default tasks

  • Deafaul tasks
  • Add Meal Form
  • Bitsrc.io
  • Calendar
  • Codacy
  • Complex recipe
  • Config data
  • DotEnv configuration
  • Flow
  • Get data from fetch-plugin
  • Git tutorial
  • KISS
  • Meal Plan
  • Netlify
  • Phoenix startup
  • Project strucutre
  • Render meals
  • Routing
  • Styles
  • Tests
  • Travis
  • Warnings

Master React, Quick Code tutorial. Part 3

https://medium.com/quick-code/lets-learn-react-chapter-3-components-components-components-3492f771d623

Expected result

  1. Read this tutorial chapter
  2. follow code steps
  3. move your code to this repository(at least one commit per day)
  4. explain to me, what did you learn from it in a few sentences(not less than 5)
  5. pass the test section
  6. after reviewing your progress and closing this issue - you can move to the next chapter.

Test

  1. similar component for day checker is month checker. Create it.
  2. btw, can you have a some sort of component between month and day - week, right? with ability(method) - to grab only work days, and other method for weekends?
  3. separate some of repeating functionality from that HTML code too...
  4. I want to have one array - that will contain days and month together. so when you'll need to render a 'calendar' table - you'll use 2 forEach methods.
  5. and i want to have all static data - like titles, image url, content - into one file, make it like array. sample: https://github.com/ChickenKyiv/recipe-search-react/tree/master/src/data

← Master React, Quick Code tutorial. Part 2Master React, Quick Code tutorial. Part 4 →
  • Expected result
  • Test
React course
Docs
TutorialDefault tasks
More
BlogGitHubStar
Copyright © 2018 GroceriStar company