Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fs-frost/facts

PWA React app to read random facts.
https://github.com/fs-frost/facts

pwa react typescript

Last synced: 4 days ago
JSON representation

PWA React app to read random facts.

Awesome Lists containing this project

README

        

# Facts

[![Deploy to GitHub Pages](https://github.com/FS-Frost/facts/actions/workflows/main.yml/badge.svg)](https://github.com/FS-Frost/facts/actions/workflows/main.yml)

App to get random facts from [Random Useless Facts API](https://uselessfacts.jsph.pl/).

https://fs-frost.github.io/facts

preview

## Built with

- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Jest](https://jestjs.io/)

## Use the app

https://fs-frost.github.io/facts/

## Run locally

```shell
yarn install
yarn start
```

Visit http://localhost:3000/facts

## Run tests

```shell
yarn run test
```