Skip to content

Commit

Permalink
temporarily remove rst from project list
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Jan 29, 2024
1 parent 97a2e13 commit a0ca288
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,21 @@ const data = [
],
skills: ['Python', 'APIs'],
},
{
title: 'RedditSalesTracker',
image: '/images/content/reddit.svg',
role: 'Personal interest project',
duration: 'Jan 2023 - Present',
link: 'https://github.com/kajgrant/transittracker',
description: [
'Personal interest project to explore interactions with the Reddit API platform',
'Retrieves post statistics and data from over 1000 distinct sales-specific subreddits',
'Features optional arguments to control notification sounds, watch list, and frequency of query',
'Enhances the capacity to capitalize on time-sensitive sales opportunities with a real-time notification system',
],
skills: ['Python', 'APIs'],
},
// },
// {
// title: 'RedditSalesTracker',
// image: '/images/content/reddit.svg',
// role: 'Personal interest project',
// duration: 'Jan 2023 - Present',
// link: 'https://github.com/kajgrant/transittracker',
// description: [
// 'Personal interest project to explore interactions with the Reddit API platform',
// 'Retrieves post statistics and data from over 1000 distinct sales-specific subreddits',
// 'Features optional arguments to control notification sounds, watch list, and frequency of query',
// 'Enhances the capacity to capitalize on time-sensitive sales opportunities with a real-time notification system',
// ],
// skills: ['Python', 'APIs'],
// },
];

export default data;

0 comments on commit a0ca288

Please sign in to comment.