Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fs-frost/prueba-pwa


https://github.com/fs-frost/prueba-pwa

Last synced: 19 days ago
JSON representation

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

## 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
```