Skip to content

Commit

Permalink
add skibunks project
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrennan414 committed Nov 7, 2024
1 parent 6aa6a23 commit 677ac78
Showing 1 changed file with 9 additions and 36 deletions.
45 changes: 9 additions & 36 deletions src/data/projects.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
const projects = [
{
"name": "SkiBunks πŸ”",
"description": "SkiBunks is a rental reservation system I built for my buddies and I, in our ski house during the winter of 2023/24",
"uses":["react", "dynamo", "lambda"],
"link":"https://skibunks.club/",
"github": "https://github.com/jbrennan414/ski-bunks",
"youtube":"https://www.youtube.com/watch?v=qRyWRSH-Dkk",
"under_construction": false
},
{
"name": "WhereI'llBe β›·",
"description": "Share your ski calendar with your friends, to carpool or get drinks on the mountain!",
Expand Down Expand Up @@ -40,28 +49,6 @@ const projects = [
"github":"https://github.com/jbrennan414/coronavirus",
"under_construction": false
},
// {
// "name": "GitHub Jobs πŸ’Ό",
// "description":"This was a YouTube code-along, using a redis database and a node back-end.",
// "uses":["react", "redis", "node"],
// "link":"https://jobs.johnbrennan.codes",
// "github":"https://github.com/jbrennan414/github_jobs",
// "under_construction": true
// },
// {
// "name":"Conference Callz πŸ–₯",
// "description": "Easter is next week and my uncles don't like Google Hangouts or Zoom...so I got to make an instance of Jitsi Meet!",
// "uses":["jitsi", "ec2"],
// "link": "https://conference.johnbrennan.codes",
// "under_construction": true,
// },
// {
// "name": "CountMeIn",
// "description": "🏈 A clone of Meetup.com, for pickup sports!",
// "uses": ["react", "redux"],
// "link": "https://countmein.johnbrennan.codes",
// "github": "https://github.com/jbrennan414/countMeIn",
// },
{
"name": "FindMyFourteener πŸ—»",
"description": " Do you live in Denver and need to hike a 14'er? This is the site for you!",
Expand All @@ -86,20 +73,6 @@ const projects = [
"github": "https://github.com/jbrennan414/weather-wardrobe",
"under_construction": false
},
// {
// "name":"HeismanHangups",
// "description": "πŸ† Query Site for Heisman trophy winners. Need to know how many Heisman trophy winners were running backs AND Auburn grads? This is your site!",
// "uses":["react"],
// "link":"https://github.com/jbrennan414/heisman",
// "github": "https://github.com/jbrennan414/heisman",
// },
// {
// "name":"Chat-Example",
// "description": "πŸ’¬ Chat app to learn Socket.IO, verrrry basic",
// "uses":["socketio"],
// "link":"https://github.com/jbrennan414/chat-example",
// "github": "https://github.com/jbrennan414/chat-example",
// }
];

export default projects;

0 comments on commit 677ac78

Please sign in to comment.