Added country details app

pull/397/head
unknown 4 years ago
parent b47cf8261f
commit 69e4d0757b

@ -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/

@ -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

Loading…
Cancel
Save