FEAT: Added Poll Buddy content.
This commit is contained in:
@@ -51,28 +51,25 @@ freshmanual:
|
|||||||
pollbuddy:
|
pollbuddy:
|
||||||
id: pollbuddy
|
id: pollbuddy
|
||||||
title: Poll Buddy
|
title: Poll Buddy
|
||||||
stack: [ html, css, js, php, docker, mariadb, azure ]
|
stack: [ react, js, docker ]
|
||||||
link: /404
|
link: https://pollbuddy.app
|
||||||
color: green
|
color: pollbuddy
|
||||||
|
image: /res/projects/pollbuddy.png
|
||||||
|
|
||||||
ready: false
|
ready: false
|
||||||
|
|
||||||
description:
|
description:
|
||||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
React developer for Poll Buddy, an <b>online questionnaire service</b> used by
|
||||||
Lorem Ipsum has been the industry's standard dummy text ever since the
|
hundreds of students and teachers on the Rensselaer Polytechnic Institute
|
||||||
1500s, when an unknown printer took a galley of type and scrambled it to
|
campus. Worked on <b>cleaning source code</b>, transitioning from legacy technology,
|
||||||
make a type specimen book. It has survived not only five centuries, but also
|
and <b>improving the site’s user experience</b>.
|
||||||
the leap into electronic typesetting, remaining essentially unchanged.
|
|
||||||
|
|
||||||
outcomes:
|
outcomes:
|
||||||
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
- Cut 30% of the front-end codebase by switching to the modern, functional
|
||||||
|
style.
|
||||||
- Lorem Ipsum has been the industry's standard dummy text ever since the
|
- Wrote and refined dozens of front-end tests using Jest for React components.
|
||||||
1500s, when an unknown printer took a galley of type and scrambled it to
|
- Ran discount usability study on Poll Buddy’s UI, to isolate and correct
|
||||||
make a type specimen book.
|
flaws that novel users encountered.
|
||||||
|
|
||||||
- It has survived not only five centuries, but also the leap into electronic
|
|
||||||
typesetting, remaining essentially unchanged.
|
|
||||||
|
|
||||||
#*----------------------------------------------------------------------------*#
|
#*----------------------------------------------------------------------------*#
|
||||||
|
|
||||||
|
|||||||
BIN
res/projects/pollbuddy.png
Normal file
BIN
res/projects/pollbuddy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
@@ -31,6 +31,7 @@
|
|||||||
.white { --color: white }
|
.white { --color: white }
|
||||||
.malung { --color: #F76F8E }
|
.malung { --color: #F76F8E }
|
||||||
.freshmanual { --color: #3b91db }
|
.freshmanual { --color: #3b91db }
|
||||||
|
.pollbuddy { --color: #7f6491 }
|
||||||
|
|
||||||
.flex-space, .flex, br { flex-grow: 1 }
|
.flex-space, .flex, br { flex-grow: 1 }
|
||||||
.flex.dark { background-color: var(--dark) }
|
.flex.dark { background-color: var(--dark) }
|
||||||
|
|||||||
Reference in New Issue
Block a user