Skip to content

Commit

Permalink
Added project
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoCathy committed Jan 25, 2025
1 parent d8b05c6 commit 9a0cab7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Binary file added src/assets/Images/sodokuImage.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/contents/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Home() {
TypeScript, and libraries like ReactJS, NextJS and React Native, I
excel at performance optimization, cross-browser compatibility, and
user-centered design as well as mobile App designs. While advancing my
expertise in backend frameworks such as Oracle SQL and PHP and JAVA, I
expertise in backend frameworks such as Oracle SQL, PHP and JAVA, I
remain committed to staying at the forefront of industry trends.
</p>
<p className="text-lg max-w-3xl text-center mt-4">
Expand Down
11 changes: 10 additions & 1 deletion src/contents/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import img1 from "../assets/Images/Screenshot 2025-01-20 at 14.01.51.png";
import img2 from "../assets/Images/58516e36-2a1d-41bf-8203-d7a93b70c498.JPG";
import img3 from "../assets/Images/Screenshot 2025-01-21 at 13.59.07.png";
import img4 from "../assets/Images/PHP-and-MySQL.jpg";
import img5 from "../assets/Images/sodokuImage.jpeg";
function Projects() {
const projectList = [
{
Expand Down Expand Up @@ -49,6 +50,14 @@ function Projects() {
image: img2,
isLive: false,
},
{
title: "Soduku Game",
description:
"I developed a fully functional Sudoku game using Java, showcasing my introductory Java programming skills. The game features a simple, user-friendly UI that allows players to interact with the grid easily, based on difficulty level selected. All core Sudoku functionalities are implemented, including puzzle generation, number placement, and validation of the player's inputs. The project highlights my ability to design and develop logical game mechanics while maintaining an intuitive user interface.",
link: "https://github.com/TheoCathy/Sudoku-Game",
image: img5,
isLive: true,
},
];

return (
Expand Down Expand Up @@ -100,7 +109,7 @@ function Projects() {
<span
className={`text-white text-4xl font-bold transform rotate-12 ${styles["project-card__overlay-text"]}`}
>
Coming Soon
Launching Soon
</span>
</div>
)}
Expand Down

0 comments on commit 9a0cab7

Please sign in to comment.