This is a web app similar to Kahoot. Users can post questions with multiple choices and other users can vote on it. The result of each question can be viewed in real-time in the form of charts.
git clone https://github.com/<your-username>/polling-app.git
Run npm install
in client directory for setting up the React.js application.
Setting up the enviroment variables in the root directory. Make a .env
file in the root directory having fields as :
GITHUB_TOKEN=""
PORT=
JWT_SECRET=""
- To generate the
GITHUB_TOKEN
follow these steps link
PORT
can be any valid port except 3000
JWT_SECRET
can be any string of your choice
Sarthak Kundra 💻 |