Skip to content

Commit 2d9aa14

Browse files
committed
Update Project Information for Spring 2026
Added two new projects for Spring 2026 and updated the order of projects based on last updated.
1 parent 0e4b07a commit 2d9aa14

File tree

1 file changed

+60
-46
lines changed

1 file changed

+60
-46
lines changed

pages/projects.tsx

Lines changed: 60 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -21,47 +21,60 @@ const getStatusColor = (status) => {
2121
};
2222

2323
const projects = [
24-
{
24+
{
2525
id: 1,
26-
fields: { slug: "https://github.com/VikeLabs/courseup" },
26+
fields: { slug: "https://github.com/VikeLabs/MAXIFY" },
2727
frontmatter: {
28-
title: "CourseUp",
29-
description: "A website built to simplify the experience of searching courses and building timetables for the University of Victoria (UVic).",
30-
status: "Inactive",
31-
tech: ["TypeScript", "React", "Firebase"],
32-
meetingTime: "No Meetings Planned",
33-
lastUpdate: "Fall 2023",
34-
term: "Fall 2023"
28+
title: "Maxify",
29+
description: "An app that integrates with Spotify to dynamically adapt music to user's context like location and activity (sports, running, cycling).",
30+
status: "Active",
31+
tech: ["React Native", "Node.js"],
32+
meetingTime: "Weekly Meetings",
33+
lastUpdate: "Spring 2026",
34+
term: "Spring 2026"
3535
}
3636
},
3737
{
3838
id: 2,
39-
fields: { slug: "https://github.com/VikeLabs/coopme" },
39+
fields: { slug: "https://github.com/VikeLabs/VikeSesh" },
4040
frontmatter: {
41-
title: "CoopMe",
42-
description: "A website built to simplify the experience of searching for co-op placements for students in British Columbia.",
41+
title: "VikeSesh",
42+
description: "A campus-focused app to help students connect and study together. Discover events, study groups, and resources on campus.",
4343
status: "Active",
44-
tech: ["Next.js", "TypeScript", "Tailwind", "Prisma", "PostgreSQL"],
45-
meetingTime: "No Meetings Planned",
46-
lastUpdate: "Spring 2024",
47-
term: "Spring 2024"
44+
tech: ["React", "Node.js", "MongoDB"],
45+
meetingTime: "Weekly Meetings",
46+
lastUpdate: "Spring 2026",
47+
term: "Spring 2026"
4848
}
4949
},
5050
{
5151
id: 3,
52-
fields: { slug: "https://github.com/VikeLabs/scholar-u" },
52+
fields: { slug: "https://github.com/VikeLabs/VikeEats" },
5353
frontmatter: {
54-
title: "Scholarship Finder",
55-
description: "A web application that allows users to search for scholarships based on various filters such as type of scholarship, faculty, and gender.",
54+
title: "VikeEats",
55+
description: "A map web application for tracking food establishments on campus, showing food offerings and dietary warnings.",
5656
status: "Active",
57-
tech: ["React", "Node.js", "MongoDB"],
58-
meetingTime: "No Meetings Planned",
59-
lastUpdate: "Fall 2023",
60-
term: "Fall 2023"
57+
tech: ["React", "Flask", "SQLite", "Beautiful Soup"],
58+
meetingTime: "Weekly Meetings",
59+
lastUpdate: "Fall 2025",
60+
term: "Summer 2024"
6161
}
6262
},
6363
{
6464
id: 4,
65+
fields: { slug: "https://github.com/VikeLabs/coopme" },
66+
frontmatter: {
67+
title: "CoopMe",
68+
description: "A website built to simplify the experience of searching for co-op placements for students in British Columbia.",
69+
status: "Inactive",
70+
tech: ["Next.js", "TypeScript", "Tailwind", "Prisma", "PostgreSQL"],
71+
meetingTime: "No Meetings Planned",
72+
lastUpdate: "Spring 2024",
73+
term: "Spring 2024"
74+
}
75+
},
76+
{
77+
id: 5,
6578
fields: { slug: "https://github.com/VikeLabs/ecss-locker-registration" },
6679
frontmatter: {
6780
title: "ESS Locker Registration",
@@ -74,46 +87,47 @@ const projects = [
7487
}
7588
},
7689
{
77-
id: 5,
78-
fields: { slug: "https://github.com/VikeLabs/uvic-course-scraper" },
90+
id: 6,
91+
fields: { slug: "https://github.com/VikeLabs/courseup" },
7992
frontmatter: {
80-
title: "UVic Course Scraper",
81-
description: "A Node.js library that parses information from UVic course calendars and schedules, using Cheerio for HTML parsing.",
82-
status: "Maintained",
83-
tech: ["Node.js", "Cheerio", "TypeScript"],
93+
title: "CourseUp",
94+
description: "A website built to simplify the experience of searching courses and building timetables for the University of Victoria (UVic).",
95+
status: "Inactive",
96+
tech: ["TypeScript", "React", "Firebase"],
8497
meetingTime: "No Meetings Planned",
8598
lastUpdate: "Fall 2023",
8699
term: "Fall 2023"
87100
}
88101
},
89102
{
90-
id: 6,
91-
fields: { slug: "https://github.com/VikeLabs/VikeEats" },
103+
id: 7,
104+
fields: { slug: "https://github.com/VikeLabs/scholar-u" },
92105
frontmatter: {
93-
title: "VikeEats",
94-
description: "A map web application for tracking food establishments on campus, showing food offerings and dietary warnings.",
95-
status: "Active",
96-
tech: ["React", "Flask", "SQLite", "Beautiful Soup"],
97-
meetingTime: "Fridays at 4:15pm",
98-
lastUpdate: "Summer 2024",
99-
term: "Summer 2024"
106+
title: "Scholarship Finder",
107+
description: "A web application that allows users to search for scholarships based on various filters such as type of scholarship, faculty, and gender.",
108+
status: "Inactive",
109+
tech: ["React", "Node.js", "MongoDB"],
110+
meetingTime: "No Meetings Planned",
111+
lastUpdate: "Fall 2023",
112+
term: "Fall 2023"
100113
}
101114
},
102115
{
103-
id: 7,
104-
fields: { slug: "https://github.com/VikeLabs/study-sprints" },
116+
id: 8,
117+
fields: { slug: "https://github.com/VikeLabs/uvic-course-scraper" },
105118
frontmatter: {
106-
title: "Study Sprints",
107-
description: "A browser extension using the Pomodoro technique to encourage good study habits, studying in 26-65 minute intervals and tracking past habits.",
119+
title: "UVic Course Scraper",
120+
description: "A Node.js library that parses information from UVic course calendars and schedules, using Cheerio for HTML parsing.",
108121
status: "Inactive",
109-
tech: ["JavaScript", "Next.js", "CSS", "HTML"],
122+
tech: ["Node.js", "Cheerio", "TypeScript"],
110123
meetingTime: "No Meetings Planned",
111-
lastUpdate: "Spring 2024",
112-
term: "Spring 2024"
124+
lastUpdate: "Fall 2023",
125+
term: "Fall 2023"
113126
}
114127
},
128+
115129
{
116-
id: 8,
130+
id: 9,
117131
fields: { slug: "https://github.com/VikeLabs/StudySpaceFinder" },
118132
frontmatter: {
119133
title: "Study Space Finder",

0 commit comments

Comments
 (0)