Skip to content

OSU-CS290-F16/final-project-pollup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollUp

Repo for the PollUp polling website To Run: npm start Browser Address: http://localhost:3000

Instruction: go to http://localhost:3000 Click "Create Poll" to create a poll. The poll will be saved into polls-data.json in public folder.

Go to http://localhost:3000/landingPage.html Click "Create Poll" to create a poll. The poll will be saved into polls-data.json in public folder

For all the sortPages html files inside public folder, it fetches json files from the server, then process the data.

For the resultPage.html, we weren't able to make it work, but we do have a demo of how voting work. The template html: testVote.html send a POST request to the server and make changes to the vote counts in the JSON file.

If the directory does not exist, it gets routed to 404.html

About

final-project-pollup created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published