Creating day-select component
Welcome to module 5 where we'll be adding a custom day selector UI feature to the app.
Before you begin, make sure you've checked out the module 5 code branch by going to the terminal and typing:
$ git fetch
$ git checkout --track origin/module_5_start
One of the last features that we need to add to our app is the day selection bar up here in the top.
Click to load comments...