https://github.com/peoray/number-facts-generator
A website where a user input either number, date or year and a random fact is shown.
https://github.com/peoray/number-facts-generator
api bootstrap4 javascript xmlhttprequest
Last synced: about 2 months ago
JSON representation
A website where a user input either number, date or year and a random fact is shown.
- Host: GitHub
- URL: https://github.com/peoray/number-facts-generator
- Owner: peoray
- Created: 2018-01-11T01:08:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T00:55:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T18:55:13.235Z (over 1 year ago)
- Topics: api, bootstrap4, javascript, xmlhttprequest
- Language: JavaScript
- Homepage: https://peoray.github.io/number-facts-generator/
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Facts Generator

This is a Number fact Machine that shows a fact base on a value inputted by the user. It could be a number (integer), a year or a date. - [See Live Site](https://peoray.github.io/number-facts-machine/)
The project and UI is inspired by [Brad Traversy Youtube Video](https://www.youtube.com/watch?v=tUE2Nic21BA)
The data is gotten from the [Number API](numbersapi.com).
#### Technologies Used:
* HTML5
* BootStrap
* JavaScript