Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding template to readMe and user persona and journey #23

Merged
merged 1 commit into from
Jul 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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