The Frontend Guide is a written guide that introduces users to design concepts and processes, creating mock-ups and prototypes in Figma, as well as basic HTML and CSS, in order to equip them with tools to tackle frontend design.
Frontend design covers the visual and interactive elements of any piece of software. For example, the buttons that you click on a shopping app, the pages that you navigate between on a website, the layout and interface of all your doom-scrolling apps, are all products of frontend design!
So what’s difference between backend development and frontend design?
The backend covers programming the internal structure and workings of a digital product, covering things like the database, the digital infrastructure, retrieving and storing user data, etc. Generally speaking, the user won’t be interacting with the backend outside of inputting data that will be fetched by the server.