Skip to content

A little program to generate different versions of a page for a/b testing purposes

Notifications You must be signed in to change notification settings

RaquelPlaza/ab-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ab-testing

A little program to generate different versions of a page for a/b testing purposes.

The data for the different variants is stored in a JSON object and called with an http request.

This example has 3 variants (a,b and c).

INSTALL

Clone this project to your local disk.

Open a comand/terminal window and navigate to your local repository.

Run npm-install in the comand line.

This application uses http-server (https://www.npmjs.com/package/http-server).

To start the server run http-server in the command line.

Go to http://127.0.0.1:8080/ in your browser.

USAGE

The entry point for this application displays a variant which is passed as a parameter in the URL. To test the application, replace the variant value to b or c.

About

A little program to generate different versions of a page for a/b testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published