DGCP3 / Employee-Polls

Employee polling site that let employees ask or vote on questions, using React and redux for the frontend and JSON-server as the backend

Home Page:https://employee-polls.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Employee Polls

login info
Username: zoshikanlu
Password: pass246

Features

  • Login/logout
  • Create a poll
  • Vote on a poll
  • display leaderboard

Run Locally

Clone the project

  https://github.com/DGCP3/employee-polls.git

Go to the project directory

  cd employee-polls

Install dependencies

  npm install

Start the server

  npm run start

Start the mock api server

  npm run server

or start both

npm run start-server

About

Employee polling site that let employees ask or vote on questions, using React and redux for the frontend and JSON-server as the backend

https://employee-polls.vercel.app


Languages

Language:JavaScript 94.3%Language:HTML 3.1%Language:CSS 2.7%