uncovering-world / track-your-regions

Track Your Regions: a web tool for travellers to discover and track areas of interest. Work In Progress...
http://uncovering.world
Apache License 2.0
3 stars 4 forks source link

Transition Project to TypeScript #183

Open OhmSpectator opened 10 months ago

OhmSpectator commented 10 months ago

Description

Transition the existing codebase from JavaScript to TypeScript to improve maintainability, scalability, and developer experience. This includes updating all frontend and backend code, configuring the build process, and ensuring that all existing functionality continues to work as expected.

Requirements

Additional Information

This transition aims to leverage TypeScript's static typing to catch errors early, improve code quality, and enhance collaboration among developers. It is important to perform this migration incrementally and ensure that each step is thoroughly tested to maintain the stability and functionality of the application.