DEV Community

Cover image for Simple Tic Tac Toe App
Milan Radojević
Milan Radojević

Posted on

Simple Tic Tac Toe App

I publicly committed to the 100 Day of Code challenge today.

Liquid error: internal

After geting a bit familiar with react, I used create-react-app to scaffold this simple game. It was interesting making it.

You can view it here: https://mikister.github.io/tic-tac-toe-react-100daysofcode/

And here's the code: https://github.com/mikister/tic-tac-toe-react-100daysofcode

Interestingly the most problematic part was adding the app to github pages. Here a github gist that helped me with this:

Top comments (3)

Collapse
 
otarawri profile image
Omar yousif tarawri

nice. how many hours u took to finish this app

Collapse
 
mikister profile image
Milan Radojević

Something like 3 hours, which I think is good considering I wasted too much time fiddling with icons and later with github pages.

Collapse
 
akabaki profile image
akabaki • Edited

Hello there... the link to the github code repository is broken. Do you still have the code handy to repost it? Thank you!