WebDev Beginner
  • Welcome to TechAcademy
  • Project
    • Project Introduction
    • Minimal Requirements
    • More Ideas
    • Curriculum
  • Video Plan
    • Youtube
  • Web Development Fundamentals
    • How to use this section?
    • 2. HTML
    • 3. CSS
    • 4. JavaScript
    • 5. Interaction HTML, CSS and JavaScript
  • Tools
    • IDE - Visual Studio Code
    • API
  • ADDITIONAL RESOURCES
    • Git & GitHub
    • JSON
    • Font Awesome
Powered by GitBook
On this page
  1. Project

Minimal Requirements

  1. Searchbar and Button You should be able to enter any input into a search bar on your website and then activate the search with a button, that gets the exact data of the written Input.

  2. API call and rendering data After starting the search, all necessary API data matching the search term should be loaded. This should then be displayed in a suitable area, with all the relevant information.

  3. Responsive Layout Your website should have a responsive layout. You can do this with the CSS functions Flexbox or Grid.

PreviousProject IntroductionNextMore Ideas

Last updated 6 months ago