Skip to content

Commit d29eb59

Browse files
committed
docs(ab): project update
1 parent 5566ffd commit d29eb59

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

patterns/ab.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,33 @@
22

33
You have goals that you want your visitors to accomplish (e.g., make a purchase, sign up for a newsletter) or metrics you want to improve (e.g., revenue, visit duration, bounce rate). A/B testing lets you test which version leads to the greatest improvement.
44

5-
##### Testing Patterns
5+
### [ab-test](https://github.com/daniellmb/ab-test)
66

7-
* Headline
8-
* Image
9-
* Call to action
10-
* Layout
7+
AngularJS A/B Test Service and Directives for creating declarative and imperative A/B/n tests.
118

12-
This is something I'm working on right now... coming soon, for a sneak peak check out [ab.js](https://github.com/daniellmb/ab.js) and [ab-test-service](https://github.com/daniellmb/ab-test-service).
9+
#### Loads of [Live Demos](http://daniellmb.github.io/ab-test/demo/)!
10+
11+
- [Headlines & Sub-Headlines](http://daniellmb.github.io/ab-test/demo/index.html#Headlines)
12+
- [Paragraph Text](http://daniellmb.github.io/ab-test/demo/index.html#Paragraph)
13+
- [Testimonials](http://daniellmb.github.io/ab-test/demo/index.html#Testimonials)
14+
- [Social Proof](http://daniellmb.github.io/ab-test/demo/index.html#Social)
15+
- [Media Mentions](http://daniellmb.github.io/ab-test/demo/index.html#Media)
16+
- [Buttons (wording, size, color)](http://daniellmb.github.io/ab-test/demo/index.html#Buttons)
17+
- [Product Pricing](http://daniellmb.github.io/ab-test/demo/index.html#Pricing)
18+
- [Promotional Offers](http://daniellmb.github.io/ab-test/demo/index.html#Promotional)
19+
- [Images (wording, size, color)](http://daniellmb.github.io/ab-test/demo/index.html#Images)
20+
- [Awards and Badges](http://daniellmb.github.io/ab-test/demo/index.html#Awards)
21+
22+
### [ab-test-service](https://github.com/daniellmb/ab-test-service)
23+
24+
An AngularJS service for creating imperative A/B/n tests in your AngularJS projects. This service makes no assumptions
25+
about how your application is set up or how you want to use it. While for most applications a single A/B test service
26+
created at config time will be all you need. There's no reason why you can't lazily create the A/B test service, or have
27+
multiple instances.
28+
29+
### [ab.js](https://github.com/daniellmb/ab.js)
30+
31+
Make user-driven decisions with this 214 byte A/B test micro-library, that is completely self contained with no external dependencies. Use ab.js to choose a cryptographically random A/B test variant and log the results to your database. How you analyze the actionable data is up to you. Testing different versions of copy text, layouts, images and colors in the browser has never been more simple.
1332

1433
### What is working well for you?
1534

0 commit comments

Comments
 (0)