Skip to content

Commit

Permalink
Merge pull request #23 from FAC-11/readMe
Browse files Browse the repository at this point in the history
adding template to readMe and user persona and journey
  • Loading branch information
dangerdak authored Jul 19, 2017
2 parents c0eb95f + 14dda09 commit 9597ed4
Showing 1 changed file with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9597ed4

Please sign in to comment.