Skip to content

Commit

Permalink
Merge pull request #13 from spencer-rafada/spencer/add-2024-tracker
Browse files Browse the repository at this point in the history
added 2024 tracker
  • Loading branch information
spencer-rafada authored Jan 4, 2024
2 parents 881e403 + 50cbc89 commit 30291d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added public/2024tracker_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/data/PROJECTS.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
const projects = [
{
date: '2024',
title: '2024 Tracker',
description:
'Single Page Application to keep track of all the goals I set for the year 2024. This app fetches data from Google Spreadsheets and displays a simple UI.',
tools: [
'react',
'TypeScript',
'GitHub Actions',
'SheetDB.io',
'Vite',
],
link: 'https://spencer-rafada.github.io/2024-Tracker/',
image: '2024tracker_thumbnail.png',
},
{
date: '2023',
title: 'Diab10',
Expand Down

0 comments on commit 30291d6

Please sign in to comment.