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: 10 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T15:26:05.000Z (about 2 years ago)
- Last Synced: 2025-10-09T11:37:36.585Z (10 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.

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