-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
# Interactive-Coin-Flip | ||
# Interactive Coin Flip | ||
|
||
Interactive Coin Flip is a web-based application that simulates a coin toss. It's a simple yet engaging project that combines HTML, CSS, and JavaScript to create a visually appealing and interactive coin-flipping experience. | ||
|
||
## Features | ||
|
||
- **Coin Toss Simulation**: Simulates the flipping of a coin with a 50/50 chance of landing on either heads or tails. | ||
- **Animation**: Includes a CSS-based animation that visually represents the coin flipping. | ||
- **Interactive Button**: A button to initiate the coin flip, designed with a modern and responsive UI. | ||
- **Dynamic Text**: Displays "Flipping..." with an animated ellipsis during the coin flip and shows the result (Heads/Tails) after the flip. | ||
|
||
## How to Use | ||
|
||
1. **Clone the Repository**: | ||
``` | ||
git clone https://github.com/0vergrown/Interactive-Coin-Flip.git | ||
``` | ||
2. **Navigate to the Project Directory**: | ||
``` | ||
cd Interactive-Coin-Flip | ||
``` | ||
3. **Open `index.html` in a Web Browser**. | ||
|
||
## Technologies Used | ||
|
||
- **HTML**: Structures the web page and the elements in the coin flip simulation. | ||
- **CSS**: Styles the elements and creates the flip animation. | ||
- **JavaScript**: Powers the coin flip logic and user interactions. | ||
|
||
## Contributing | ||
|
||
Contributions to improve Interactive Coin Flip are welcome. Feel free to fork the repository and submit pull requests. |