Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 622 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 622 Bytes

Planning Poker

A final project submission as part of the BSc in Computer Science program, describing the development of a planning poker application based on React. The application allows users to conduct agile planning sessions and estimate work conducted in agile sprints. The report outlines the research, design, development, testing and evaluation of the application.

How to run the app locally

  1. Clone the repo and switch to the folder in terminal.
  2. Run yarn to install the required npm package.
  3. Run yarn start to start the app.
  4. Access the app at http://localhost:3000.