Building a Web App in 24 Hours: My Process

Setting out to create a fully functioning web app in just 24 hours may seem overwhelming, but it can be done with the right strategy. My process begins with an easy to grasp idea, with value-centered concepts that avoid excessive complexity. After the idea stage, I outline several core functions that can be feasibly developed within the time limit. Completing the first step of the process involves the tech stack to be used. In my case I like to use Tailwind CSS with React. Further, depending on the project, I might need a backend. In such instances, I use Firebase or Supabase because I need to complete the project as fast as possible. During this stage, I create an essential screen and in my case a landing page and a dashboard. to minimize time spent on the UI. Like any other step, I like to follow a preset order this time starting with the UI. Basic interactions and forms are to be developed in the next stage. With each implemented feature, I carry out several tests. Alternatively, I can set up basic authentication and other features and as a last step, design the UI.