pull/397/merge
Rishikesh S 2 years ago committed by GitHub
commit 8132e75776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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