This is a simple Planning Poker built using React w/ Vite and Firebase Firestore.
Credits for the design are in this Figma Community project, by Brenda Matias.
Clone the GitHub repository by running:
git clone https://github.com/joaorodrs/planning-poker
If you want to make any modifications, make a fork from this repo and submit a pull request.
Install all dependencies using yarn
or npm i
.
Run the project in development mode using yarn dev
or npm run dev
.