Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabulator/1000-miles-sms
Web app for sending mandatory SMS in 1000 Miles Adventure race.
https://github.com/fabulator/1000-miles-sms
Last synced: 13 days ago
JSON representation
Web app for sending mandatory SMS in 1000 Miles Adventure race.
- Host: GitHub
- URL: https://github.com/fabulator/1000-miles-sms
- Owner: fabulator
- Created: 2024-07-18T17:12:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:26:05.000Z (6 months ago)
- Last Synced: 2024-11-26T04:35:33.578Z (2 months ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1000 Miles Adventure SMS app
This is web app for race [1000 Miles Adventure](https://www.1000miles.cz/) that makes process of sending mandatory SMS easier.
It uses browser Geolocation API to access location. App is written in React and uses Chakra for UI elements. It's build in vite and allows to save web for offline use.
There are tests written in @testing-library and run in vitest.
Types are check by typescript and formatting/rules by eslint.
![UI of app](example.png)
## How to build
After install packages run
```shell
npm run build
```and app will be builded into `dist` folder.
For development you can use
```shell
npm run preview
```and run it on your localhost.