From 69e4d0757b8a1d24b82bfa602f4eca0f08159570 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Jul 2021 08:45:48 +0530 Subject: [PATCH] Added country details app --- .../2-Intermediate/Country-Details-App.md | 24 +++++++++++++++++++ README.md | 5 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 Projects/2-Intermediate/Country-Details-App.md 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 f6557617..44be6d2c 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ required to complete them. | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | -| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | +| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | | [Card Memory Game](./Projects/2-Intermediate/Card-Memory-Game.md) | Memorize and match hidden images | 2-Intermediate | | [Charity Finder App](./Projects/2-Intermediate/Charity-Finder-App.md) | Find a Global Charity to donate to | 2-Intermediate | | [Chrome Theme Extension](./Projects/2-Intermediate/Chrome-Theme-Extension.md) | Build your own chrome theme extention. | 2-Intermediate | -| [Currency Converter](./Projects/2-Intermediate/Currency-Converter.md) | Convert one currency to another. | 2-Intermediate | +| [Currency Converter](./Projects/2-Intermediate/Currency-Converter.md) | Convert one currency to another. | 2-Intermediate | | [Drawing App](./Projects/2-Intermediate/Drawing-App.md) | Create digital artwork on the web | 2-Intermediate | | [Emoji Translator App](./Projects/2-Intermediate/Emoji-Translator-App.md) | Translate sentences into Emoji | 2-Intermediate | | [Flashcards App](./Projects/2-Intermediate/FlashCards-App.md) | Review and test your knowledge through Flash Cards | 2-Intermediate | @@ -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