Agile Planning tool for cool team, free, no setup, just come and play.

Overview

Voting Poker

is an Agile Planning Tool for cool teams

  • We're looking to create a fully customizable
  • Zero config
  • Pretty design

tool for teams in demand.

This is just the beginning, but we would love to have your help.

Please check the Get Started documentation to start using right now on your local environment.

If you don't want to setup you can use our free tool online at https://voting.poker

You might also like...

JavaScript data grid with a spreadsheet look & feel. Works for React, Angular, and Vue. Supported by the Handsontable team ⚡

JavaScript data grid with a spreadsheet look & feel. Works for React, Angular, and Vue. Supported by the Handsontable team ⚡

Handsontable is a JavaScript component that combines data grid features with spreadsheet-like UX. It provides data binding, data validation, filtering

Jan 1, 2023

Common recipes to productively use Nx with various technologies and in different setups. Made with ❤️ by the Nx Team

Nx Recipes Welcome to Nx Recipes! Here you'll find various examples to use Nx to achieve a particular goal. Contributing Absolutely!! We're going to h

Dec 24, 2022

A desktop app optimized for people to play web-based incremental game

plaza-app A desktop app optimized for people to play web-based incremental game Setup yarn to install dependencies Local testing yarn start to open lo

Dec 24, 2022

🎭 Website source code for our school play.

🎭 Website source code for our school play.

🎭 Sane Lunatics Website Website that is built for the theater play "Aklı Başında Deliler Kumpanyası" that will play on stage in 🇹🇷 Mus Alparslan Un

Jun 3, 2022

React-play is an opensource platform that helps you learn ReactJS faster with hands-on practice model

React-play is an opensource platform that helps you learn ReactJS faster with hands-on practice model

react-play is an opensource web app that helps you learn ReactJS faster with hands-on practice model. It is a collection of ReactJS projects that you can use to learn ReactJS.

Dec 30, 2022

Backend postgreSQL created from scratch, 4-person team, 2 day-sprint.

Backend postgreSQL created from scratch, 4-person team, 2 day-sprint.

backend-bookstore Created a backend bookstore API from scratch. Project and testing created vertically. Created BY Michelle Nygren GitHub: https://git

Mar 25, 2022

This is not my code, just trained with "From Scratch - Développement Web" youtube video

React-Countries-API DISCLAIMER FR : Ceci n'est pas mon code, je me suis juste entraîné à partir de la vidéo de From Scratch - Développement Web ! EN :

Jan 4, 2022

Recipe websites have too much clutter, this scrapes *just* the recipe

Only The Recipe Most recipes websites have videos and ads flying everywhere, on top of walls of text describing the recipe's backstory. This is an eas

Dec 28, 2022

Run an Ethereum node — just press start

Run an Ethereum node — just press start

NiceNode "Run a node, just press start" Mission: 2x the number of Ethereum nodes by making a one-click-to-start Ethereum node Why?: The light client r

Jan 2, 2023
Comments
  • [Help] Setup on vercel

    [Help] Setup on vercel

    What I have done so far:

    • I forked this project and deployed it to Vercel.
    • After seeing some errors around Firebase I've set up a Firebase project and created a Firestore database.
    • I added the "NEXT_PUBLIC_FIREBASE" variables to Vercel environment

    When I allow ALL read, write access in the Firestore rules, voting.poker is working fine.

    As there is no documentation on how to do the setup exactly, I wanted to ask though:

    • Are these steps correct or is there any other method to get voting.poker running?
    • Is it possible to connect to Firestore without allowing access to ALL users? Something like:
    service cloud.firestore {
      match /databases/{database}/documents {
        match /{document=**} {
          allow read, write: if request.auth != null;
        }
      }
    }
    

    My goal would be to create some minimal Vercel guide for the next guy trying to set it up (PR) 😃

    opened by dhobi 0
Owner
Jefferson Moura
Front-end Engineer - CSS & JS
Jefferson Moura
Wallety is a budget tracker for personal finance and budget planning.

Wallety - Budget Tracker Wallety is a budget tracker for personal finance and budget planning. Table of Contents Screenshots Tech Stack Quick Start Ru

Skander Blaiti 71 Dec 9, 2022
Income Expense Tracker is a user based income-expense tracking system featuring budget planning and statistical analysis.

Income-Expense-Tracker Features Income Expense Tracker is a user based income-expense tracking system featuring budget planning and statistical analys

Qian Xiang 3 Oct 6, 2022
Organize your life by planning the activities you do on a daily basis.

Task Tracker made using only React. This application is designed to better organize your life by planning the activities you do every day. Don't be la

Gabriel Dimitrievski 100 Oct 10, 2022
Cool Boostrap design for Shopping Cart and Products.

Cool Boostrap design for Shopping Cart and Products. You can fine the code for the Bootstrap Shopping Cart design in the "shopping-cart.html" file. Yo

Gabriel Dimitrievski 98 Oct 29, 2022
Developer Dao FM is where you can chill and listen to Lofi music while building cool stuff!

This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Open http://

Developer DAO 9 Jul 21, 2022
A Minimal Setup & Fast Boilerplate for React.js with Vite.

A Minimal Setup & Fast Boilerplate for React.js with Vite Features ?? Dynamic Pages Routing with react-router-dom from React.js ?? Fast development wi

Muhammad Fauzan 26 Oct 25, 2022
Turborepo with Tailwind CSS setup for shared ui components.

Turborepo starter This is an official Yarn v1 starter turborepo. What's inside? This turborepo uses Yarn as a package manager. It includes the followi

George Carl 46 Jan 2, 2023
React-electron - dagimsolomon: minimalstic setup of Reactjs with electron

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 2 Jan 23, 2022
Webpack is an open-source JavaScript module bundler. This includes basic setup files to help me not redo all the setups for webpack when starting a new project.

Webpack Setup Webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as

Nemwel Boniface 14 Jun 23, 2022
Setup all the linters you like for your react app in 1 minute 🚀

Create React Linters ?? Setup all the linters you like and don't let ?? slip into your code base! Eslint | Stylelint | Commitlint | Prettier | EditorC

Mo'men Sherif 19 Nov 18, 2022