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

Second Deliverable #82

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

Commits on Jul 18, 2021

  1. created the Navbar folder that contains the Navbar component file, th…

    …e Navbar styles file and the indes.jx file
    unknown committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    3ffa74d View commit details
    Browse the repository at this point in the history
  2. Removed styles and all of the content we had in the repo,

    installed node-sass, creating my own layout now
    unknown committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e33026d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    021f06e View commit details
    Browse the repository at this point in the history
  2. Adding general styles

    unknown committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    6dfcafb View commit details
    Browse the repository at this point in the history
  3. will start working on the sidebar menu

    unknown committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    e07d928 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ef2462 View commit details
    Browse the repository at this point in the history
  5. sidebar menu is ready, its working now

    unknown committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    bbd7f3a View commit details
    Browse the repository at this point in the history
  6. The navbar is almost finished, it is responsive already, it contains the

    hamburguer menu, the input field for searching videos and the user
    button
    unknown committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    ab3eaa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Navbar is now complete, all requested components have been added, navbar

    is also responsive
    unknown committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    1e7606e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/navbar' into develop

    unknown committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4897a9e View commit details
    Browse the repository at this point in the history
  3. Added a data folder in the utils folder that contains the mockup data…

    … from youtube
    unknown committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    87fd95e View commit details
    Browse the repository at this point in the history
  4. removed unneeded code from the Home page

    unknown committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    5cdeaaa View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. videoList component is now ready

    unknown committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1804de6 View commit details
    Browse the repository at this point in the history
  2. videoList component has been finished now

    unknown committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    9466df7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/home-view' into develop

    unknown committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    3ad238d View commit details
    Browse the repository at this point in the history
  4. changing scss files back to css files as per the recommendation of my…

    … mentor
    unknown committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    64b82ee View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. working on the tests of the HomePage component

    unknown committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    834c9c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. testing the Layout component

    unknown committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    27f3bd9 View commit details
    Browse the repository at this point in the history
  2. testing of the Layout component is ready

    unknown committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    6c26caa View commit details
    Browse the repository at this point in the history
  3. Home component tests are ready

    unknown committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5ecd674 View commit details
    Browse the repository at this point in the history
  4. VideoList component tests are ready

    unknown committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7b28b74 View commit details
    Browse the repository at this point in the history
  5. Navbar tests are ready

    unknown committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7021901 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Created the search context, and using it in the navbar component so n…

    …ow the search will be available to other components
    unknown committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2155a33 View commit details
    Browse the repository at this point in the history
  2. Working on the VideoList Provider, able to get 23 videos from the you…

    …tube api now
    unknown committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2a43dbf View commit details
    Browse the repository at this point in the history
  3. Able to display videos from the youtube api

    unknown committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1fe2bdd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Added React.lazy and suspense

    unknown committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    2041a58 View commit details
    Browse the repository at this point in the history
  2. created the VideoDetails component, it already displays the selectd v…

    …ideo data, working on some styling
    unknown committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    17a158c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. refactored the code, I have moved the styled components to separate f…

    …iles, after the user enters a topic the input search form gets cleaned out
    unknown committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    4681482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ed78e View commit details
    Browse the repository at this point in the history
  3. I have added react lazy and suspense to the app component for it to w…

    …ork when it reners the VideoDetails component
    unknown committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    13063be View commit details
    Browse the repository at this point in the history
  4. RecommendedVideos component is ready, able to display the videos that…

    … the user selected and also a list of similar videos
    unknown committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    5ea2603 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

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

Commits on Aug 9, 2021

  1. finished the testing for the Navbar

    unknown committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    503a5b2 View commit details
    Browse the repository at this point in the history
  2. RecommendedVideos tests have been finished

    unknown committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    37e0579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57385e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. started working with the useReducer functionality

    unknown committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    1e6986a View commit details
    Browse the repository at this point in the history