Skip to content

lagamura/geo-frontend

Repository files navigation

Motivation

Imagine you are travelling ✈️ abroad, and you feel like you want to play some chess. You ask yourself, where to find if any tournaments are in this town? You start scrolling on facebook pages, maybe on chess-results.com or in chess-calendar.eu/. But wouldn't be great if you can see in the map every tournament event? That's what I've tried to do in geochess, starting from my country Greece, I've tried to create a map with all the Tournaments that are registered in FIDE's database for the next 3 months.

For this very first release of the project, your suggestions are very welcomed. You can suggest a feature in the contact form, or even better if you are a developer open a github issue about the front-end: geo-frontend/ and about the backend here: geo-backend/ please find the structured directory here: geochess/

#Project deployed on railway

How to run docker image

to crete the image: docker build -t geo-frontend . for the container: docker run --name geofrontend-container -dp 5173:5173 geo-frontend