How I Started Creating a Product a Month Just For Fun

Giovanni Panasiti

Giovanni Panasiti

September 6, 2022

In these last 4 months of 2019 I’ve tried to create a product each month and everything began thanks to Robin Good. He was my first mentor back in the first years of the 2000s. I was younger and hungry to learn, he was willing to teach, that was an easy match.

I’ve kept in contact with Robin and back in March 2019 he came to me with this idea to build a “tool” each month for his Patreon subscribers. I was worried at first but then I started to think this could be a perfect chance to go deeper into nowadays’ front-end development tools. I’ve worked for years now on the backend side of this business and never took time to improve frontend skills. So, why not?

So I’ve started this journey. I’m still on it and actually on the ending of the 4th project. I’ve incredibly increased my skill and knowledge on React which I’m really falling in love with.

The Products

1) Social Media Formatter — March 2019

This was the first project and it is a frontend-only project. The need was to write a simple textbox area where people could write and format their content with whitespaces and break lines as much as they want and these whitespaces should have been yet there when they paste their content on social media like Instagram.

http://smf.robingood.com/

 

2) IconBox — April 2019

The second project was still a frontend-only thing. It is a webpage with emoji chosen between the thousands now available and grouped by category. A user just need to click on one to have it copied in his clipboard. There is also a “Favorite” category where the user can find all the emoji he uses more often, being only a single page application with no backend the favourites are stored in local storage, therefore, a user can find his favourites unless he doesn’t change browser.

http://ib.robingood.com/

 

3) HabTrack — May 2019

In May we began this project which is essentially a visual daily habit tracker. It is built on a Nodejs framework for the backend and Reactjs for the frontend. Users can add a goal and track it day by day simply clicking on it. It is actually free for everyone to use.

We started with some sketching to figure out how the interface should have looked like and how the database should have been designed. Once I had everything figured out I started coding.

There weren’t anything particularly difficult. The only challenging part was to render the calendar how it is rendered now. I initially looked into some libraries to render a calendar with SVG in the way Github shows “contributions” but I didn’t find any to fit our needs, so I ended up making it from scratch and I’m pretty happy with the result.

http://habtrack.robingood.com/

 

4) ChecklistBuilder — July 2019

This  was the project for June but it kinda went out of hand so it’s still in the making and will be done by July. The basic feature will be to allow users to create checklists and add a description to each checklist’s item. Users will be able to share their checklists with other users.

As always the project started with a lot of audio messages between me and Robin and some sketches. It took time to design the backend and the database in the best possible way. I’ve had a lot of fun playing around with react implementing some cool feature like “drag and drop” which I’ve never done before.

http://checklistbuilder.robingood.com/

 

Leave a Reply

Your email address will not be published. Required fields are marked *