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

https://github.com/siropkin/fleet-tracker-ui

This repository contains the UI part of FleetTracker, an open-source sailing race application to track sailing races in real-time
https://github.com/siropkin/fleet-tracker-ui

Last synced: about 1 month ago
JSON representation

This repository contains the UI part of FleetTracker, an open-source sailing race application to track sailing races in real-time

Awesome Lists containing this project

README

        

# FleetTracker - Sailing Race Tracker (UI)

This is the open-source version of YBTracker, a sailing race application to track sailing races. This repository contains the UI part of the application. The backend part of the application can be found [here](https://github.com/siropkin/fleet-tracker-backend).

## Project Description

YBTracker is a comprehensive sailing race tracking application that allows users to monitor and analyze sailing races in real-time. The application provides a detailed map view of the race, including the positions of all participating teams, their progress, speed, and other relevant metrics. Users can search for specific teams, filter by classes, and view detailed information about each team.

## Tech Stack

- **Languages**: TypeScript, JavaScript
- **Frameworks**: React
- **Package Manager**: bun
- **UI Library**: @nextui-org/react
- **Mapping Library**: react-leaflet, Leaflet
- **Data Fetching**: @data-client/react
- **Routing**: react-router-dom
- **CSS**: Tailwind CSS

## Getting Started

To get started with the project, follow these steps:

1. Clone the repository:
```sh
git clone https://github.com/siropkin/fleet-tracker-ui.git
```
2. Navigate to the project directory:
```sh
cd fleet-tracker-ui
```
3. Install the dependencies:
```sh
bun install
```
4. Start the development server:
```sh
bun dev
```
5. Open your browser and navigate to http://localhost:5173/ to see the application in action.

## Contributing
Contributions are welcome! Please feel free to submit a Pull Request or open an issue if you have any suggestions or improvements.

## License
This project is licensed under the MIT License.