SE310-1 / W.A.K

W.A.K is a movie tracker web-app developed to simplify and enhance the movie-rating experience while making this process more fun and customisable.
MIT License
2 stars 12 forks source link

TypeScript Refactoring #61

Closed MRlolface249 closed 12 months ago

MRlolface249 commented 1 year ago

User Story

As a developer, I want to change the codebase from JavaScript to TypeScript, So that the code is easier to read maintain.

Additional Context

We want to refactor the code by switching the codebase from JavaScript to TypeScript, this decision was made because we were getting increasingly confused and frustrated with the lack of type declaration in the code, as it made it much harder to understand what the code was doing, because of this we decided to refactor the code and switch to TypeScript to increase the maintainability of the code by making it more readable.

Acceptance Criteria