/twitter_starter

Starter code for SITE twitter clone lab.

Primary LanguageJavaScript

Twitter A/B Test Lab

Week 2 - React Lab #2

Intro

Twitter has kindly asked SITE interns to help them run an A/B test for their new UI. An A/B test is where an experimenter shows different UI screens to users and determines which interface they prefer.

Previously Twitter's feed page looked like this:

old_twitter

Go to https://www.twitter.com now to see their modern UI.

The task here will be to write code that specs out the old user interface with modern React code.

Follow the instructions available on the course portal

Setting up the lab

Make sure to install the proper dependencies.

npm install

Once that's done, run the application like so:

npm run dev