An open API service indexing awesome lists of open source software.

https://github.com/daneden/react-coin-toss

A simple React application that simulates tossing a coin to visualise the average result
https://github.com/daneden/react-coin-toss

Last synced: 5 months ago
JSON representation

A simple React application that simulates tossing a coin to visualise the average result

Awesome Lists containing this project

README

          

# React Coin Tossing Simulator

This simple React application simulates tossing a coin over and over again and visualises how the results change over time.

It was bootstrapped using [Create React App](https://github.com/facebook/create-react-app) and has a series of posts that explain how it was made:

- [Part one](https://daneden.me/2019/07/29/toss-a-coin-with-react-part-1/)
- [Part two](https://daneden.me/2019/08/10/toss-a-coin-with-react-part-2/)
- [Part three](https://daneden.me/2020/02/03/toss-a-coin-with-react-part-3/)