https://github.com/fs-frost/facts
PWA React app to read random facts.
https://github.com/fs-frost/facts
pwa react typescript
Last synced: 2 months ago
JSON representation
PWA React app to read random facts.
- Host: GitHub
- URL: https://github.com/fs-frost/facts
- Owner: FS-Frost
- Created: 2021-12-02T00:02:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T14:06:37.000Z (about 2 years ago)
- Last Synced: 2025-02-23T18:19:31.010Z (over 1 year ago)
- Topics: pwa, react, typescript
- Language: TypeScript
- Homepage: https://fs-frost.github.io/facts/
- Size: 895 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facts
[](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
```