Fast Poll - A real time polling application built in React and TailwindCSS. The app uses websockets with channels served using redis on the backend django app, to update poll results in real time.
This project was bootstrapped with Create React App.
Clone this project, and also clone the API repo this project utilises for backend
git clone https://github.com/kaustubh-jsr/fast_poll_frontend.git
Go to the project directory
cd fast_poll_frontend
Install dependencies
npm install
Start the server
npm run start