Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fs-frost/facts
- Owner: FS-Frost
- Created: 2021-12-02T00:02:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T14:06:37.000Z (7 months ago)
- Last Synced: 2024-06-06T15:45:51.590Z (7 months 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
[![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
```