Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glasgow Class_6 - Joseph_Mwanza - CYF_React_Challenges #8

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    221f7b0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Merge pull request CodeYourFuture#1 from nbogie/master

    Add baby-names challenge (for consideration)
    nbogie authored May 23, 2020
    Configuration menu
    Copy the full SHA
    b936ed9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeYourFuture#2 from nbogie/master

    pull music keyboard challenge update
    nbogie authored May 23, 2020
    Configuration menu
    Copy the full SHA
    9d610b9 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Merge pull request CodeYourFuture#4 from nbogie/master

    finished levels for high scores table challenge
    nbogie authored May 24, 2020
    Configuration menu
    Copy the full SHA
    484ea3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeYourFuture#5 from nbogie/master

    high scores: level 5 world-wide table
    nbogie authored May 24, 2020
    Configuration menu
    Copy the full SHA
    5f9aa54 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CodeYourFuture#6 from nbogie/master

    finish baby names picker for HW setting
    nbogie authored May 24, 2020
    Configuration menu
    Copy the full SHA
    2e5f75e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge pull request CodeYourFuture#7 from nbogie/master

    update with countries challenge
    nbogie authored May 26, 2020
    Configuration menu
    Copy the full SHA
    42ab363 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeYourFuture#8 from nbogie/master

    remove screenshot placeholders from countries challenge
    nbogie authored May 26, 2020
    Configuration menu
    Copy the full SHA
    f3c480e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Merge pull request CodeYourFuture#9 from nbogie/master

    add the data file for countries challenge
    nbogie authored May 27, 2020
    Configuration menu
    Copy the full SHA
    38ccedb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge pull request CodeYourFuture#10 from nbogie/master

    update high-scores with clarification of level 5
    nbogie authored May 31, 2020
    Configuration menu
    Copy the full SHA
    c4f63b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Merge pull request CodeYourFuture#11 from nbogie/master

    Create dice-rolling react practice challenge
    nbogie authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    58d12e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge pull request CodeYourFuture#12 from nbogie/master

    update highscores readme with prereqs up to level 4
    nbogie authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    0eeae36 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Add TfL Lines challenge

    40thieves committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    f92afb9 View commit details
    Browse the repository at this point in the history
  2. Add credit

    40thieves committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    2f3f7cf View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Merge pull request CodeYourFuture#13 from CodeYourFuture/tfl-lines-ch…

    …allenge
    
    Add TfL Lines challenge
    40thieves authored Jun 14, 2020
    Configuration menu
    Copy the full SHA
    f479422 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Merge pull request CodeYourFuture#14 from nbogie/master

    improve music-keyboard challenge wording
    nbogie authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    72d0f96 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Merge pull request CodeYourFuture#16 from nbogie/master

    Music keyboard challenge: Correct the name of the required tone modul…
    nbogie authored Jun 30, 2020
    Configuration menu
    Copy the full SHA
    cded56e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. init

    Dom committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    cb89028 View commit details
    Browse the repository at this point in the history
  2. LINKS

    Dom committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    879e7f5 View commit details
    Browse the repository at this point in the history
  3. links

    Dom committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d61c97d View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Dom committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    2b4afd1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request CodeYourFuture#17 from DomVinyard/quiz-challenge

    Quiz challenge / Clean code
    ChrisOwen101 authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    462b0af View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Update README.md

    ChrisOwen101 authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    b9747ea View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Remove start button from quiz challenge

    Having to think about how to delay the fetch is an added layer of
    complexity that doesn't add much value. We could maybe re-add "Have they
    player press start before starting" as an extra optional thing at the
    end, but it's making harder for some of our students to get started at
    all.
    illicitonion committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    ed8bdc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeYourFuture#18 from illicitonion/remove-start-b…

    …utton
    
    Remove start button from quiz challenge
    nbogie authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8820f6b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    f1505ca View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Merge pull request CodeYourFuture#19 from illicitonion/quiz-steps

    Add optional Steps section to quiz
    ChrisOwen101 authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    2c27ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Create README.md

    ChrisOwen101 committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    fc90667 View commit details
    Browse the repository at this point in the history
  2. Create README.md

    ChrisOwen101 committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    261360c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ChrisOwen101 committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    8bd12e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CodeYourFuture#20 from CodeYourFuture/mars

    Add "Who's on Mars" Challenge
    ChrisOwen101 authored Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4a2f521 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Configuration menu
    Copy the full SHA
    879cfcd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Update README.md

    ChrisOwen101 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    82aad58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeYourFuture#21 from illicitonion/mars

    Remove mistakenly copied line
    ChrisOwen101 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    cba6030 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    ChrisOwen101 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    93944dc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Merge pull request CodeYourFuture#22 from nbogie/master

    image carousel: noted lvl2 (auto-play) is advanced
    nbogie authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    0146d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Merge pull request CodeYourFuture#23 from nbogie/master

    Add converters challenge
    nbogie authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7cc1f79 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Merge pull request CodeYourFuture#24 from nbogie/master

    remove challenge-converters
    nbogie authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    3987dc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    d183ea1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Started the app js file

    Joemwa committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0f944e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. started baby name picker

    Joemwa committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dcbdcc0 View commit details
    Browse the repository at this point in the history
  2. name div appears on screen

    Joemwa committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dd50610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    073f33c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbe80f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. added search function

    Joemwa committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    873546b View commit details
    Browse the repository at this point in the history