A bar chart race demo built with react-spring and vx.
This project was bootstrapped with Create React App.
git clone https://github.com/chenesan/bar-chart-race
npm install
npm run start # running app in development mode on port 3000.
Note that in development mode the animation might be janky on mid-end mobile.
npm run build
serve -s build # running built app on port 5000.
Maybe extract the core chart racing code as npm package if I have time.