FEAT: Added Poll Buddy content.

This commit is contained in:
MajorDroolz
2023-01-06 17:53:31 -05:00
parent cc4b87d9c5
commit de2506ad9d
3 changed files with 15 additions and 17 deletions

View File

@@ -51,28 +51,25 @@ freshmanual:
pollbuddy:
id: pollbuddy
title: Poll Buddy
stack: [ html, css, js, php, docker, mariadb, azure ]
link: /404
color: green
stack: [ react, js, docker ]
link: https://pollbuddy.app
color: pollbuddy
image: /res/projects/pollbuddy.png
ready: false
description:
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book. It has survived not only five centuries, but also
the leap into electronic typesetting, remaining essentially unchanged.
React developer for Poll Buddy, an <b>online questionnaire service</b> used by
hundreds of students and teachers on the Rensselaer Polytechnic Institute
campus. Worked on <b>cleaning source code</b>, transitioning from legacy technology,
and <b>improving the sites user experience</b>.
outcomes:
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book.
- It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged.
- Cut 30% of the front-end codebase by switching to the modern, functional
style.
- Wrote and refined dozens of front-end tests using Jest for React components.
- Ran discount usability study on Poll Buddys UI, to isolate and correct
flaws that novel users encountered.
#*----------------------------------------------------------------------------*#

BIN
res/projects/pollbuddy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

View File

@@ -31,6 +31,7 @@
.white { --color: white }
.malung { --color: #F76F8E }
.freshmanual { --color: #3b91db }
.pollbuddy { --color: #7f6491 }
.flex-space, .flex, br { flex-grow: 1 }
.flex.dark { background-color: var(--dark) }