diff --git a/Projects/2-Intermediate/Country-Details-App.md b/Projects/2-Intermediate/Country-Details-App.md new file mode 100644 index 00000000..674ceea8 --- /dev/null +++ b/Projects/2-Intermediate/Country-Details-App.md @@ -0,0 +1,24 @@ +# Country Details App + +**Tier:** 2-Intermediate + +This app is used to display the details of all countries in the world and can able to search it and filter it by region. + +## User Stories + +- [ ] User can search for countries +- [ ] User can click on a specific country to get more details +- [ ] User can search for a specific country in the search bar + +## Bonus features + +- [ ] Users can filter countries by continents + +## Useful links and resources + +API for backend : https://restcountries.eu + +## Example projects + +- Github Link : https://github.com/rishikesh2003/worldbook-reactjs +- Live Site Link : https://worldbook-rishi.netlify.app/ diff --git a/README.md b/README.md index 2d209743..910daea0 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | +| [Country Details App](./Projects/2-Intermediate/Country-Details-App.md) | Display the details of all countries from an API | 2-Intermediate | ### Tier-3: Advanced Projects