Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
syedd07 authored Mar 3, 2024
1 parent 0b4014d commit b9c1bcb
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,23 @@ const Project = props => {
React.createElement("div", { className: "heading" }, /*#__PURE__*/
React.createElement("h3", { className: "title" }, "My Works"), /*#__PURE__*/
React.createElement("p", { className: "separator" }), /*#__PURE__*/
React.createElement("p", { className: "subtitle" }, "I am still developing! ", /*#__PURE__*/
)), /*#__PURE__*/
/*Till no error*/

' ',

React.createElement(Project, {
title: "Tic-Tac-Toe Game.",
img: 'https://raw.githubusercontent.com/yagoestevez/fcc-portfolio/master/src/Components/Projects/Images/TicTacToe.jpg',
tech: "js react css",
link: "https://game.sydali.me",
repo: "https://github.com/syedd07/game" }, /*#__PURE__*/

React.createElement("small", null, "Built using React, CSS and SVG."), /*#__PURE__*/
React.createElement("p", null, "A Tic-Tac-Toe game with a basic AI algorithm made for the legacy front-end projects on FreeCodeCamp.")), /*#__PURE__*/




)));
))));


};
Expand Down

0 comments on commit b9c1bcb

Please sign in to comment.