Giter Club home page Giter Club logo

remix-scrum-poker's Introduction

Scrum Poker

Scrum Poker web application

Head over to scrum-poker.davebitter.com for a demo.

I build this Scrum Poker as a demo project to show how you can build an interactive web application using Remix.

I use this web application as part of a talk on the basics of Remix. Head over to my website for an overview of the talks I give and/or shoot me a message at [email protected] if you are interested in me giving this talk at your event!

Supabase

Scrum Poker uses Supabase to store data and have real-time updates on sessions.

Getting started

Run development environment

  • yarn dev or npm run dev - starts the development environment with auto reloading and all that good stuff. Open http://localhost:3000 to view it in the browser.

  • yarn dev:netlify or npm run dev:netlify - starts the development environment as it would be ran on Netlify. Open http://localhost:3000 to view it in the browser.

Scripts

Besides these development scripts, there are many more scripts set up:

  • clean - Cleans build folder
  • deploy:netlify - Deploys to Netlify
  • postinstall - Sets up Node
  • start - Starts Remix server

Tech stack

Remix

Scrum Poker uses Remix to

  • provide SSR React.js. Pages are automatically optimised to deliver the best experience.
  • handle routing
  • generate builds
  • and more

TypeScript

Scrum Poker used TypeScript for static checking and documentation. You can view the Typescript config in ./tsconfig.json.

Tailwind

Scrum Poker used Tailwind to make it easy to implement the design for this challenge.

Netflify (CI/CD)

Scrum Poker uses Netlify (♥️) to build, deploy and optimise.

remix-scrum-poker's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.