Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 767 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 767 Bytes

Build Status GitHub release (latest SemVer)

Background

Provides a web based frontend written in React. The web application provides a programming language voting feature where end users can vote on 6 different languages (C#, Python, JavaScript, Go, Java, and NodeJS).

The web application generates AJAX requests which are sent to back to a publicly exposed API. The API is written in Go and reads/writes to a MongoDB database.

Language Vote Application