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

Fixes checkboxes #28

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
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ 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
- [ ] 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.
- [ ] 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?

Expand All @@ -32,3 +32,5 @@ We did this by blah blah blah .....
## What did you learn?

## Resources
[Function call
method](http://clubmate.fi/the-intuitive-and-powerful-foreach-loop-in-javascript/#Looping_HTMLCollection_or_a_nodeList_with_forEach)