DEV Community

Discussion on: What was your win this week?

Collapse
 
scrabill profile image
Shannon Crabill

I coded for fun this week! It felt like it had been a while.

I built Candy Crush following Ania Kubów's tutorial

GitHub logo scrabill / candy-crush

Candy Crush build with Javascript, CSS and a whole lot of sugar

And made a palindrome checker from scratch.

GitHub logo scrabill / palindrome-checker

Insert a string and see if it's a valid palindrome.