Skip to content

Sunshine-coding/React-Search-Countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2nd React project

Search Countries by First letter OR Any words

Do you want to give change to your data model? :D Then, it's time to try 'state' in react!

1. Main features

  • Search by first letter, Search by any words

2. Implementation with React

  • Create different components (Header, SearchForm, RadioButtons, ResultSection)
  • Make a minimal set of State (search Input, include) and country data in App component (And pass the state and data from App components to child components)
  • Display the data (with/without conditions) with JSX, when they are rendered
  • Import data and functions

3. Demo

https://searchcountries.netlify.com

Releases

No releases published

Packages

No packages published