Giter Club home page Giter Club logo

welcome-apps's Introduction

Hello monday.com!

This a collection of example monday.com apps, and is a great place for you to get started building your own application on top of the monday.com platform.

The monday.com platform allows developers to extend it using custom apps that anyone can develop. A monday.com app is a client web project (usually written in HTML, JavaScript and CSS) that can be incorporated into an existing monday.com account, and extend its capabilities anyway that you can imagine.

Make sure to visit our Developer Docs for more information on using the monday.com GraphQL API and other capabilities that are available as part of the application development process.

To get started, pick the example app most suitable for your development preferences and start building!

Developing locally

Some of the examples in this repository require you to run a local server and expose it to the internet. To do so, you can either:

  1. Use a tunneling service such as ngrok or localtunnel
  2. Or utilize the monday apps CLI tool, which supports local development and tunneling out of the box. To do that, you will need to install node on your machine and then run the following:

welcome-apps's People

Contributors

arutkowski00 avatar benyitzhaki avatar dorshakedmonday avatar edogr1 avatar gregra81 avatar guiragh avatar helenhl20 avatar itaycohen avatar jamestran201 avatar karlssonivan avatar mateuszwo avatar matiasda-monday avatar nadavavraham avatar ofirge avatar orrgottlieb avatar rami-monday avatar romkadria avatar shaikatzz avatar shayelkana avatar talharamati avatar tsemachli avatar uri-shmueli avatar vasquezalessandra avatar vasquezam avatar vladmonday avatar yuhgto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

welcome-apps's Issues

Any to to get a token with the pop up?

Could I/How could I do client_credentials grant with oauth in monday.com? thinking implement a background job which will trigger from another system to update monday.com timeline

node issue

Error: error:0308010C:digital envelope routines::unsupported
[0] at new Hash (node:internal/crypto/hash:79:19)
[0] at Object.createHash (node:crypto:139:10)
[0] at module.exports (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\util\createHash.js:135:53)
[0] at NormalModule._initBuildHash (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:417:16)
[0] at handleParseError (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:471:10)
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:503:5
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:358:12
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\loader-runner\lib\LoaderRunner.js:373:3
[0] at iterateNormalLoaders (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
[0] at iterateNormalLoaders (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
[0] C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\react-scripts\scripts\start.js:19
[0] throw err;
[0] ^
[0]
[0] Error: error:0308010C:digital envelope routines::unsupported
[0] at new Hash (node:internal/crypto/hash:79:19)
[0] at Object.createHash (node:crypto:139:10)
[0] at module.exports (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\util\createHash.js:135:53)
[0] at NormalModule._initBuildHash (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:417:16)
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:452:10
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\webpack\lib\NormalModule.js:323:13
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\loader-runner\lib\LoaderRunner.js:367:11
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\loader-runner\lib\LoaderRunner.js:233:18
[0] at context.callback (C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
[0] at C:\Users\SherryHuang\OneDrive - Center for Reproductive Rights\Documents\GitHub\welcome-apps\apps\quickstart-react\node_modules\babel-loader\lib\index.js:59:103 {
[0] opensslErrorStack: [
[0] 'error:03000086:digital envelope routines::initialization error',
[0] 'error:0308010C:digital envelope routines::unsupported'
[0] ],
[0] library: 'digital envelope routines',
[0] reason: 'unsupported',
[0] code: 'ERR_OSSL_EVP_UNSUPPORTED'
[0] }
[0]
[0] Node.js v20.16.0
[0] npm run server exited with code 1

quickstart-react issues

Re: https://monday.com/developers/apps/quickstart-view

I was just walking through the tutorial and wanted to point out a couple of things I ran into...

  1. App.js and AppSolution.js appear to be swapped - App.js is one that gets loaded, but AppSolution.js is the one that matches the tutorial.
  2. There is a graphql query error that occurs with this api call:
monday.api(`query { me { name } }`).then((res) => {
  this.setState({ name: res.data.me.name });
});

Error:

main-8c40824b532720c6a028.js:1 Error: Graphql validation errors

In the playground, that query works great, so I'm not sure what the issue is.

Quickstart react

The tutorial does not explain how the colour button in Customise View supposed to change the background colour.
Using colour picker has no effect. Probably because a hook for it is missing in App.js?
It seems to be necessary to add the following line under const App:

const [background_color, setSettingsBG] = useState('red');

And then a handler under useEffect()

monday.listen("settings", (res_set) => {
      setSettingsBG(res_set.data.background_color);
    });

and finally assign a style to the div:

const mystyle = {
    backgroundColor: background_color
  };
  console.log(background_color);

  return (
    <div className="App"
        style={mystyle}
          >
      <AttentionBox
        title="Hello Monday Appssss!"
        text={attentionBoxText}
        type="success"
      />
    </div>

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.