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.
- Clone the repo and switch to the folder in terminal.
- Run
yarn
to install the required npm package. - Run
yarn start
to start the app. - Access the app at
http://localhost:3000
.