Welcome to the Agile Planning Poker app! This simple web application allows teams to conduct planning poker sessions, often used in Agile project management to estimate the relative effort or complexity of tasks.
- Responsive Design: The app is fully responsive and can be used on various devices, including desktops, tablets, and smartphones.
- Simple Interface: Click on a card to select your estimate, and your selection will be displayed prominently.
- Self-Hosted on GitHub Pages: The app is easy to deploy and share with your team.
- Select a Card: Click on any of the cards representing the number of story points or estimation value.
- View Your Selection: Your selected card will be displayed under "Your Selection."
You can access the live version of the app here.
-
Clone the repository: Clone the repository to your local machine using the following command:
git clone https://github.com/yourusername/agile-planning-poker.git
-
Open the project: Navigate to the project folder and open the
index.html
file in your browser to see the app in action locally. -
Deploy on GitHub Pages:
- Push the project files to your GitHub repository.
- Enable GitHub Pages in your repository settings, selecting the branch and root folder.
- Your app will be live at
https://yourusername.github.io/agile-planning-poker/
.
Contributions are welcome! If you'd like to contribute to the project, feel free to fork the repository and submit a pull request.
This project is open-source and available under the MIT License. See the LICENSE file for more details.
Feel free to customize this README.md
to better fit your project and needs.