DEV Community

Antonio
Antonio

Posted on • Updated on • Originally published at antonioufano.com

Public demo of our side project (no signup required)

We've been working in our side project called theLifeBoard for a few months, just doing little bits whenever we can. It's a web application to help people identify their goals and help them achieve them by providing a dashboard to organize their weeks and curated resources.

We have a version of the web app that we've been using for a few weeks, but it still has a lot of missing features and some nasty bugs.

A couple of days ago I had an idea. As the application is not ready to be shared with real users we thought about building a public demo, one that doesn't require users to sign up but that allows them to play around with the dashboard and maybe give us some feedback.

It just took me a couple of days to remove all the API integrations and add it to our landing page. You can find it here:

https://thelifeboard.app/demo

Feel free to play with it and let us know what you think.

The data will not be sent to our back end and will be lost if you refresh the page.

Tech stack

If you're interested in the technical side, the front end it's built with Vue.js + Vuetify and the back end is composed of multiple APIs some of them built with Strapi and others are simple Lambda functions.

Happy coding!

Latest comments (0)