8000 GitHub - SamirXR/Poll-Maker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SamirXR/Poll-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poll Maker : )

A poll built with Chart.js and powered by Node.js with a SQLite database.

FOR ADMIN (POLL MAKER)

  • Go to Index.hbs

Then edit line 132 As Your desired Poll

<div class="poll-form">
<p>What do you like coding most? </p>
  • Then move to Sqlite.js

Then edit line 40 As your desired Poll inputs

await db.run(
"INSERT INTO Choices (language, picks) VALUES ('HTML', 0), ('JavaScript', 0), ('CSS', 0)"
);
  • Then Move to .Env

then Add a Variable and it'll be helpful for admin to Reset the Poll

ADMIN_KEY= 4455

Choose a Key that you Desire/Prefer

Discord Server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0