From e2598fb43fa3c7d5fa9d30af2c71438e7ded82ba Mon Sep 17 00:00:00 2001 From: aimeetacchi Date: Thu, 13 Oct 2022 18:59:06 +0100 Subject: [PATCH] added a travel app idea --- Projects/3-Advanced/Travel-app.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/3-Advanced/Travel-app.md diff --git a/Projects/3-Advanced/Travel-app.md b/Projects/3-Advanced/Travel-app.md new file mode 100644 index 00000000..6b15a851 --- /dev/null +++ b/Projects/3-Advanced/Travel-app.md @@ -0,0 +1,30 @@ +# Application Name + +**Tier:** 3-Advanced + +Create your travel list with this App. It includes basically a diary of all the places you have visited. + +- This application will help users remember their travels and adventures +- Resource needed for the project is countries api, examples include countrysnow, api ninjas countries. + +## User Stories + +- [ ] User has to login and have an account to see their data +- [ ] User can see their countries they have visited in a list of cards +- [ ] User can open a country card to view more info +- [ ] User can see a map with all the countries they have visited +- [ ] User can organise the cards by asc or desc + +## Bonus features + +- [ ] User can add a place as a favourite by setting a radio button + + +## Useful links and resources + +- [CountriesNow Api](https://countriesnow.space/api/v0.1/countries/positions) +- [API Ninjas Countries](https://api-ninjas.com/api/country) + +## Example projects + +[Polar Steps](https://www.polarsteps.com/) \ No newline at end of file