Coder Social home page Coder Social logo

d-koppenhagen / retro-board Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 2.18 MB

Retro Board is a collaborative drawing and retrospective tool.

Home Page: https://retro-board-8ce55.firebaseapp.com/

License: MIT License

JavaScript 2.62% TypeScript 70.33% HTML 19.82% SCSS 7.11% CSS 0.12%
retrospective retrospectives angular canvas drawing sticky-notes

retro-board's Introduction

Retro Board

Buy Me A Coffee

PRs Welcome Open Source Love Live

Retro Board is a collaborative drawing / retrospective tool that enables the users to draw collaboratively between their browsers.

A screenshot from the retro board app

The original code base was inspired and forked from @jeffersonswartz canvas-app

Development

Install Angular CLI globally.

$ npm install -g @angular/cli

Install the dependencies and devDependencies.

$ npm install

Adjust the Firebase configuration and connect it to your instance by copying the template and change the content:

cp src/environments/environment.example.ts src/environments/environment.ts
# open src/environments/environment.ts and adjust the content

Start the app locally

$ npm start

That's it. 🎉

retro-board's People

Contributors

d-koppenhagen avatar fossabot avatar jeffersonswartz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

retro-board's Issues

[feature] allow to change the z-index of the sticky-notes

🧩 Feature

Description

currently all sticky notes will have the same z-index which makes it hard to manage overlapping notes.
There should be a way to change the z-Index of the notes.

Idea:

  • basic z-index: 10
  • selecting a sticky while mousedown is pressed:
    • and click on +: z-index will be increased by 1
    • and click on -: z-index will be decreased by 1
  • min z-index: 10
  • max z-index: 20

[feature] import from JSON

🧩 Feature

Description

Import data that has been exported as JSON file.
Warn user that it will override all existing board data.
stored users should be ignored.

[feature] add rulers

🧩 Feature

Description

allow useres to add horizontal and vertical rulers and move their positions along the axis.
The z-Index should be between the canvas and the sticky-notes.

[feature] chat

🧩 Feature

Description

provide a chat functionality

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.