This is a single page responsive application that calls the API https://uselessfacts.jsph.pl and gets random curious facts that prints on screen. If you want you can save your favorites facts and also you can delete them. It's tested with jest, globals for mocking and jsdom.
It was design in Figma after the functionality was ready.
It was developed with javascript.
- Required node.js v.17.0.2
- Required jest v.29.5.0
- Required jsdom v.22.1.0
- git clone
- npm start
- npm run test