wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.45k stars 1.18k forks source link

[example/Waspello] Build a Trello clone with Wasp #270

Open matijaSos opened 3 years ago

matijaSos commented 3 years ago

Trello clone is a good candidate for an example application built with Wasp because it focuses more on "live" updates than other saas CRUD apps. With this we can see how our caching mechanism currently works and how we need to expand it in the future (and use this example as a benchmark).

cursorial commented 3 years ago

Happy to help building the frontend of this one :)

matijaSos commented 3 years ago

@cursorial that would be awesome! I will now be building out the skeleton and then you are more than welcome to join on the frontend side :).

matijaSos commented 2 years ago

Waspello v1.0 (or maybe rather v0.1 :D) is out! You can see it in action at https://waspello.netlify.app/ and check the source code at examples/waspello. Below is the list of features for fixing and enhancing it further:

Small stuff (docs, simple fixes)

matijaSos commented 2 years ago

@cursorial are you still interested in working on Waspello frontend? Would be great to get your input now that we have v1!

vini-btc commented 2 years ago

In case @cursorial isn't available I would be happy to help, @matijaSos . Let me know.

cursorial commented 2 years ago

Sorry for the extended absence, I've been working on a couple of my own side projects using wasp

I'd be happy to help @vicnicius out here and there though, would be good to pair on some of these issues if you're up for it! Maybe we can learn from each other :)

matijaSos commented 2 years ago

@vicnicius @cursorial of course, sounds great! @vicnicius let me know what you'd like to take on and I am also happy to help you start or answer any questions.

@cursorial wow, really cool that you are using wasp! Can you share with us what you've been building, would be awesome to see it :D.

vini-btc commented 2 years ago

Cool, @matijaSos! I'll have a look at the list of tasks you shared and, more importantly, at the code and let you know where I think I could start.

cursorial commented 2 years ago

@cursorial wow, really cool that you are using wasp! Can you share with us what you've been building, would be awesome to see it :D.

Not too much to share just yet, but it's a platform to help with shared resource management. There are a few things out there right now like yoinkbot, I actually already built an app with wasp that did this at a company I worked for, but I want to take it to the next level so that everyone has easy access to it and so it will provide more/better functionality to users.

When it's ready to share I'll definitely show it off in the wasp-lang discord.