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
- Host: GitHub
- URL: https://github.com/daneden/react-coin-toss
- Owner: daneden
- Created: 2019-07-29T14:47:37.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T04:17:09.000Z (over 3 years ago)
- Last Synced: 2024-05-09T10:01:45.825Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://react-coin-toss.daneden.now.sh
- Size: 2.65 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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/)