Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fs-frost/prueba-pwa
https://github.com/fs-frost/prueba-pwa
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fs-frost/prueba-pwa
- Owner: FS-Frost
- Created: 2023-08-30T16:02:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T16:13:49.000Z (over 1 year ago)
- Last Synced: 2023-08-31T03:56:22.067Z (over 1 year ago)
- Language: TypeScript
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```