This single-page application is a random fact generator for selecting a random Nordic fact. At the top of the application is a navigation bar in which the countries can be toggled to be included or excluded by a click from the generator.
Once selected the fact will be displayed within the centre of the page. Once a new fact is generated the past three facts will then be displayed below the current fact and can be looked at again by hovering the mouse of them.
These facts can be shared on social media with UI implemented from react-share.
https://daniel-k-miller.github.io/random-nordic-fact/
These instructions will get the application up and running on your own machine for changes you would like to make.
- Fork through github or clone the application through git locally to your machine.
- Run 'npm install' through a terminal on the local directory to install the local dependencies
- Run 'npm start' to begin production.
This application runs through http://localhost:3000 to view it in the browser.
For deploment run 'npm run build'
Daniel Kieron Miller - initial app - Random Nordic Fact
This project is licensed under the MIT License
- React, styled-components, react-share