Skip to content

VaibhavArora314/Polls-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polls App

This is a polls app made using React and Django Rest Framework. In this app, you can register, log in, and log out. Anyone can see the polls and their info. Authenticated users can create polls and vote in them. Checkout the live project at https://polls-app-vaibhav.vercel.app/

Instructions

To run this on your local machine, set up frontend and backend as shown, then start them at the same time.

Project Snapshots

Home Page image

Poll image

Voting image

Create Poll image

Login image

Register image