Skip to content

Commit

Permalink
Merge branch 'main' into feature-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iamparas0 authored Nov 9, 2024
2 parents 8fe6c41 + d5f3df5 commit 1d6db30
Show file tree
Hide file tree
Showing 29 changed files with 3,533 additions and 147 deletions.
19 changes: 17 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "tic-tac-toe",
"version": "1.0.0",
"description": "This is a simple **Tic Tac Toe** game built with **React**. It allows two players to take turns marking cells in a 3x3 grid. The player who successfully places three marks in a row (horizontal, vertical, or diagonal) wins the game. If all cells are filled with no winner, the game results in a draw.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
99 changes: 93 additions & 6 deletions paras/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion paras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"bootstrap": "^5.3.3",
"font-awesome": "^4.7.0",
"highlight.js": "^11.10.0",
"marked": "^14.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.4.14",
"web-vitals": "^4.2.3"
},
"scripts": {
Expand All @@ -35,5 +41,10 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"devDependencies": {},
"author": "",
"license": "ISC"
}
Loading

0 comments on commit 1d6db30

Please sign in to comment.