DownTheMatrix / Trivia-Facts-Generator

A simple trivia/math/date related random events generator app which uses the Numbers API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivia-Facts-Generator

Overview

A simple app which randomly generates some text according to the user input. Specifically, there are three possible outputs:

  • Trivia: the user input a number, and gets a random trivia related fact about that number;

  • Math: the user inputs a number, and gets a random math related fact about that number;

  • Date: the user inputs a date (in the month/day format), and gets a random date related fact about the month and day chosen.

API

This app uses the Numbers API to randomly generate interesting facts about numbers.

Libraries/Frameworks

This app uses Bootstrap 4 for the basic user interface.

Todos
  • Improve the interface and general style;
  • Add more value validation methods;
  • Replace Bootstrap with React;
  • Implement new functionalities;
  • [...]

About

A simple trivia/math/date related random events generator app which uses the Numbers API.


Languages

Language:HTML 51.2%Language:JavaScript 46.9%Language:CSS 1.9%