https://github.com/cloudacademy/voteapp-frontend-react-2020
Voteapp Frontend React 2020
https://github.com/cloudacademy/voteapp-frontend-react-2020
Last synced: about 1 year ago
JSON representation
Voteapp Frontend React 2020
- Host: GitHub
- URL: https://github.com/cloudacademy/voteapp-frontend-react-2020
- Owner: cloudacademy
- Created: 2020-04-28T01:08:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T04:25:45.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:42:48.589Z (about 2 years ago)
- Language: JavaScript
- Size: 1.66 MB
- Stars: 9
- Watchers: 3
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


# 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](https://github.com/cloudacademy/voteapp-api-go). The [API](https://github.com/cloudacademy/voteapp-api-go) is written in Go and reads/writes to a MongoDB database.
