Skip to content

Commit

Permalink
Add connect 4 to project homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Scc33 committed Oct 2, 2024
1 parent f43caa5 commit f581dd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ import { Fragment } from "react";
import Project from "./Project";

export const projectsData = [
{
title: "Connect 4",
description:
"A classic Connect 4 game built with React and TypeScript.",
tags: ["React", "TypeScript", "CSS"],
imageUrl: "/connect4/connect-4-screenshot.png",
link: "/connect4",
date: "Fall 2024"
},
{
title: "Tic Tac Toe",
description:
Expand Down
1 change: 1 addition & 0 deletions app/data/Pages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ export const PAGE_METADATA: PageMetadata[] = [
{ endpoint: "/tictactoe/3", date: "10/1/2024", name: "Tic Tac Toe 3x3" },
{ endpoint: "/tictactoe/4", date: "10/1/2024", name: "Tic Tac Toe 4x4" },
{ endpoint: "/tictactoe/5", date: "10/1/2024", name: "Tic Tac Toe 5x5" },
{ endpoint: "/connect4", date: "10/2/2024", name: "Connect 4" },
];
Binary file added public/connect4/connect-4-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit f581dd4

@vercel
Copy link

@vercel vercel bot commented on f581dd4 Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.