emw8105 / Wallify

A fun program designed to allow a user to generate a custom wallpaper of their top music choices using their spotify data
https://wallify.doypid.com/
1 stars 0 forks source link

Techstack Migration #11

Closed emw8105 closed 3 weeks ago

emw8105 commented 1 month ago

To prep for Code for Good and potentially have the app reviewed for an extension request, I have decided to overhaul the techstack to allow me some opportunities to practice with some more modern tech.

emw8105 commented 1 month ago

e299c81104ffaa36837e0ab744959e2081f92f72: successfully integrated typescript, compiles with strict set to false, investigate the stricter requirements and implement typescript-specific solutions

emw8105 commented 4 weeks ago

609c8385225ca3644dd879bd53eaf0fd1f6e96b4: strict typing for all tsx files now supported with most functionality type checked

emw8105 commented 3 weeks ago

1e8fa534117fc356ecc8a65a04fb008e1fb4ca6b: Tailwind successfully integrated and conflicts with original CSS styling resolved

emw8105 commented 3 weeks ago

82116a15dce92191fafd776d9d240033d44d80b3: Go successfully integrated to replace the old express server functionality