06/10/2023
- Futbol PD -> https://backend.turing.edu/module1/projects/futbol_pd/
- Connect Four -> https://backend.turing.edu/module1/projects/connect_four/
06/10/2023
https://github.com/turingschool-projects/activerecord-obstacle-course
The schema has 4 tables:
=> Item(id: integer, name: string, description: text, image_url: string, created_at: datetime, updated_at: datetime)
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |
Answer these Check for Understanding questions as you work through the assignments.
My daily* practice between mod 0 and mod 1