Sharing my latest app made with Elixir and Phoenix and a little thank you

Hey guys,

I just wanted to share my new app with you, it’s called Taskwer and it’s a platform which allows people to raise funds by offering services to their community.

I don’t think you’ll have any use for it personally but as it’s made with Elixir and Phoenix, I wanted to share it with you. I built everything myself and I really enjoyed the process. And I hope to rebuild it with LiveView soon. For hosting I use Fly.io which is really awesome.

I would just like to thank all the people behind Elixir, Phoenix, and the forum members who unselfishly come here and take the time to answer all the questions and help grow this community.

Thanks guys one more time, you’re the best.

31 Likes

Wow. Looks great!

Congratulations on launching!

2 Likes

This looks really good. Did you use any component libraries or did you custom build the the frontend?

2 Likes

Thanks, everything is custom coded, all the templates. I’m not a designer so it took me some time to build them, there are also many things which I would like to improve… for every 1 thing I build, there are 3 I would like to make better :slight_smile:

2 Likes

Do you use the unmanaged postgres db of fly.io or did you go for a managed db solution?

Unmanaged postgres provided by Fly.io.

That tagline is awesome! You’ve got some good copywriting going on there. I hope it flies! :kite:

1 Like

It seems that the link below the image is pointing to the wrong url:

Great idea BTW, hopes it gets traction.

1 Like

I really like the design. Clean and pleasing to the eye.

1 Like

It seems that the link below the image is pointing to the wrong url:

I forgot to update that link, thanks for pointing it out.

Wow, i really looks great! Congrats on coding and launching the whole thing!

1 Like

Looks amazing ! Makes me want to start a campaign … what could I campaign for :thinking:

1 Like

Congratulations! That’s a cool project, hope it takes off. I took a closer look and saw people can create campaigns, you have ordering system with messaging, support system… is that custom made of have you used some libraries?

Also, I’m wondering, what level of experience is necessary for such project, mid/senior?

Love the design, and congrats for the launch

1 Like

All the features are custom coded, most of them are CRUD, but quite complex as they have to cover all the possible situations.

1 Like

Hi, I really like your site and the concept behind it. How would it change if you used LiveView instead?
I’m also trying to learn and practice how to create my own project with the resources I find online. You’re doing great, keep it up.

Congratulations :tada:

I would like to know if the source code of this application is under an open Source license?