-
Create React App - DONE
-
Create a Component Folder - DONE
- move App.js into Component Folder - DONE
-
Create Button Component - DONE
- dynamically put in ButtonText - DONE
- onClick function - PENDING
- ❔ check where props are stored -PENDING
-
Create Searchbar Component - DONE
- renders/calls Button Component - DONE
- is a user Input field / text box - DONE
- functionality: check userInput and find search results from API
-
Create Title Component - take in Title as prop - DONE
6. Create Topic Drop Down - should display all possible topics from API
7. Logo - render a logo on page
-
Header Section:
- renders on all pages - DONE
- renders all containing components
- searchbar (which has a search button) - DONE
- title - DONE
- topic drop down
- logo
Create functionality:
- handleClick function for search button
- record the value of input field - recognise input
create components:
- videos
- video title
- add resources set up routes - back end connect with API
create css