Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 350 Bytes

Would You Rather...?

This project is built upon react-js and Redux. It's a web app that allows a user to login in, answer polls, create his new polls, show leaderBoard, logout and login with different user.

Setup

Steps to run the project:

  • install all project dependencies with npm install
  • start the development server with npm start