aaliboyaci / react-movie-database

React app that a user can search and see various of infos about movies
0 stars 0 forks source link

Typescript conversion #17

Closed aaliboyaci closed 1 year ago

aaliboyaci commented 1 year ago

Converting to TypeScript, Refactoring with Layered Architecture, and Fixing Bugs

In this pull request, I made some important changes to the project. Firstly, I converted the code from JavaScript to TypeScript, which makes it more organized and easier to work with. Secondly, I restructured the code using the "layered architecture" concept, which helps improve how different parts of the code interact and makes it easier to understand and maintain. Lastly, I found and fixed some issues that were causing problems in the project. These changes make the code more stable and reliable.