From 14dda09a0199ff6d732b5a105057924ebb81c799 Mon Sep 17 00:00:00 2001 From: jen-harris Date: Wed, 19 Jul 2017 14:19:43 +0100 Subject: [PATCH] adding template to readMe and user persona and journey relates #14 --- README.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fea963..9a0bf42 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,34 @@ -# week4-3to5 -Autocomplete +# Auto-Poké + +## Why +### User Persona +Ash __loves__ Pokemon. And we mean LOVES. He can't for the life of him remember let alone spell half of their names. Poor Ash. +Currently he has to look in his Pokédex which is totally unreliable. He wishes he could just search for any Pokemon name and find the crucial stats he needs to become a true Pokemon master. + +### User Journey +Ash would simply go to (insert URL) and type the starting letter of the Pokemon he wants information on. Hey Presto! The auto complete will populate the drop down with the top 10 matching Pokemon to the letters he can remember. + +## What +We're creating a Pokemon auto complete search bar to help Ash. + +## How +The main tasks we had to do were: +[ ] Architecting the software design +[ ] Create back-end to filter through the searches +[ ] Have an input field in the front-end +[ ] Auto-complete the input field +[ ] Testing front-end __and__ back-end + +We did this by blah blah blah ..... + +## Stretch Goals +[ ] To get all stats for a Pokemon from the Poké API. +[ ] Add Poké theme tune and color scheme because we want to be the very best. + +## How did we split up work? + +## How did you pair? + +## What did you learn? + +## Resources