Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeYourFuture/JavaScript-Core-2-Coursework-Week3-Archived
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Know-Thyself/JavaScript-Core-2-Coursework-Week3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 1 contributor

Commits on Jan 25, 2021

  1. The alarm is now fully functional.

    I had to move the script tag down to the bottom of the html file in order to make it work.
    Know-Thyself committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    e0f1d3c View commit details
    Browse the repository at this point in the history
  2. Awesome quotes are generated.

    What an amazing collection of quotes!
    In addition to learning new programming skills as I work on this exercise, I am deeply touched by the all time wisdoms packed in these quotes.
    I salute the person who put them together!
    Know-Thyself committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    ae7ce52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6702cb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Jan 28, 2021

  1. The first challenge of the slideshow is completed.

    Manual forward and back buttons are created along with event listeners to make them fully functional.
    I have also made a few improvements to the quote generator and the alarm clock.
    Know-Thyself committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    e3400e4 View commit details
    Browse the repository at this point in the history
  2. Level 2 challenge is also completed now.

    Stop and autoplay buttons have been added to complete the second part of the challenge.
    Know-Thyself committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    209507e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Extra challenge of quote generator is completed.

    I've added a toggle switch styled checkbox slider to auto-generate quotes when it is on.
    Know-Thyself committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0236fee View commit details
    Browse the repository at this point in the history
  2. Buttons are styled as part of the extra challenge.

    I have replaced back and forward buttons with arrows and the remaining three buttons as well are now appear less crowded and more  styled and centered.
    Know-Thyself committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    1aa58e2 View commit details
    Browse the repository at this point in the history
  3. A bit more additional improvements to the quote generator.

    The switch button's position is now in a better alignment with the original manual button. I had to just add a bottom margin to make that happen.
    Comments have also been added for the readablity of the code.
    Know-Thyself committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a07a1e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Classwork updates

    Know-Thyself committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d9949a4 View commit details
    Browse the repository at this point in the history
  2. Update main.js

    Know-Thyself committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f28c8e4 View commit details
    Browse the repository at this point in the history
Loading