💻
Core Web Dev Concepts
  • Building a website of reasonable complexity
  • Setup
    • HTML, CSS and Browsers
    • Chrome DevTools
    • Local Dev Setup
  • App
    • Design
    • JavaScript
    • Code design paradigms
    • State and Props
    • JSON
    • HTML templating
    • Testing
  • Infrastructure
  • Azure web hosting
  • Web servers
  • Azure Cosmos DB
  • Concepts and Systems
  • API
  • Progressive Web Apps
  • Service Workers
  • Messaging
  • Hyperapp and pug-vdom
  • StateCharts and StateMachines
Powered by GitBook
On this page

Was this helpful?

  1. App

Design

There are a variety of design tools available. I have used whimsical and to a lesser extent Figma whilst experimenting briefly with Balsamiq (wire-framing) and cloud-based code auto-generating tools like gridbox and webflow.

I wrote an article about how to link Figma designs semi-automatically into the state machine design process. The idea being to enable the graphical and logic design process to come together.

PreviousLocal Dev SetupNextJavaScript

Last updated 5 years ago

Was this helpful?