Skip to content

tanadendere/teaching-programming-searching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Learn2Search

Screen designs of the website: https://www.figma.com/file/q6lsaJDSeHIPUdcFs86WWd/Untitled?type=design&node-id=0%3A1&mode=design&t=plRg8H0UODR6mJiu-1

Searching Algorithms App Breakdown

The system is contained within a container component:

  • App Container Component: This component conditionally renders (displays) one of the following components depending on where the user is:

    1. Home Page Component: This is the first page a user is met with which consists of the topics to be presented and these topics are contained within the following component: Video Card Component: This component contains the video for that topic, title as well as a summary of what is to be presented and when clicked this component should then take a user to the Content Page where the main content for the selected lesson is.
    2. Content Page Component: This is the page that is displayed when a user selects a specific topic on the home page. This component consists of two navigation tabs: Topic Content Component: Video section which contains the video of the lesson for that section as well as a break down below Video Description Component: Text section with text-based content of that particular topic
    3. Quiz Component: This component will consist of the mini-test the learners can complete after each section

NOTE: to run the app: npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •