Skip to content

Commit a5f19dd

Browse files
committed
add tictac
1 parent 974a30b commit a5f19dd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Finally made a tic-tac-toe game🌚
3+
description: Finally after 6 years in the industry I've made a tic-tac-toe game as part of the assignment for the interview.
4+
publishedAt: 2025-07-27
5+
tags: react
6+
language: en
7+
---
8+
9+
Finally after 6 years in the industry I've made a [tic-tac-toe game](https://codesandbox.io/p/sandbox/tictactoe-react-x84y6c) as part of the assignment for the interview.
10+
Made in 30 minutes so do not judge.
11+
12+
<iframe src="https://codesandbox.io/embed/x84y6c?view=preview&module=%2Fsrc%2FApp.js"
13+
style={{
14+
width: '100%',
15+
height: '500px',
16+
border: '0',
17+
borderRadius: '4px',
18+
overflow: 'hidden',
19+
}}
20+
title="tictactoe-react"
21+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
22+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
23+
></iframe>

0 commit comments

Comments
 (0)