-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from FAC-11/readMe
adding template to readMe and user persona and journey
- Loading branch information
Showing
1 changed file
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |