Skip to content

OzerOzturk/poll-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Poll App

Reach out to fully responsive

  • Questions Page
  • Question Detail Page (Votes available)
  • Create New Question Page

Check out the Demo


Questions Page

a1


Create Question Page (Mobile)

a2


Tech Stack

  • ReactJS
  • React Router
  • Polls API
  • Responsive Design
  • Flexbox

How to run this app on your local machine?

  1. Clone the repo

    git clone https://github.com/OzerOzturk/poll-app.git
  2. Navigate to the project folder

    cd poll-app
  3. Install dependencies

    npm install
  4. Run the project

    npm start