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

https://github.com/scottgriv/javascript-magic_date_ball

A witty revision of the famous Magic 8-Ball toy. Shake the Magic Date-Ball and find your random future date!
https://github.com/scottgriv/javascript-magic_date_ball

code-pen codepen css date-generator dates html magic-8-ball

Last synced: about 1 year ago
JSON representation

A witty revision of the famous Magic 8-Ball toy. Shake the Magic Date-Ball and find your random future date!

Awesome Lists containing this project

README

          









JavaScript Badge
HTML Badge
CSS Badge


GitHub Badge
Email Badge
BuyMeACoffee Badge


Silver

---------------

Magic "Date" Ball

A witty revision of the famous Magic 8-Ball toy.
- Play it on CodePen [here](https://codepen.io/scottgriv/pen/LYadGKX).





Built for those who expect a date for something, based on no estimations at all!

---------------

## Table of Contents

- [Getting Started](#getting-started)
- [How to Play](#how-to-play)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)

## Getting Started

1. Clone this repository to your local machine.
2. Open the ```index.html``` file in your web browser.
3. Play the game!

### How to Play

1. Ask the Magic Date-Ball a future date (a completion date, a project end date, etc.)
2. Hold down your cursor over the ball.
3. Release your curser.
4. Read the date.
5. Repeat the above steps.

> [!NOTE]
> All dates are random and in the future (past the current date and in the current year you use it on).

## Resources

- [JavaScript](https://www.javascript.com/)
- [HTML](https://www.w3schools.com/html/)
- [CSS](https://www.w3schools.com/css/)
- [Original CodePen Fork](https://codepen.io/finnhvman/pen/wrLPJz)

## License

This project is released under the terms of **The Unlicense**, which allows you to use, modify, and distribute the code as you see fit.
- [The Unlicense](https://choosealicense.com/licenses/unlicense/) removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the [LICENSE](LICENSE) file in this repository.

## Credits

**Author:** [Scott Grivner](https://github.com/scottgriv)

**Email:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)

**Website:** [scottgrivner.dev](https://www.scottgrivner.dev)

**Reference:** [Main Branch](https://github.com/scottgriv/javascript-magic_date_ball)

---------------