Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.