Toolbox
Here are some tools I like to work with and have been using in my projects.
HTML The basis for laying out the web.
CSS The basis for styling the web.
JavaScript Best programming language around! (sorry to all the others...)
TypeScript Javascript with a typing twist.
React This library completely changed the way I code. Can't recommend it enough.
Styled Components Great CSS-in-JS library for styling components dynamically.
Git I use it for version control, in conjunction with GitLab and Bitbucket.
Storybook Awesome open-source tool for building, documenting and testing UI components
Jest Great framework for unit and integration testing.
React Testing Library Since I use mostly React, this is the perfect utility for testing components.
React Query Data-fetching and state management library that simplifies asynchronous data handling.
Greensock/GSAP Super amazing tool to create animations for the web!
Gatsby Awesome React-based framework! (this site was built with Gatsby 😊).
jQuery Great JS library for DOM manipulation and event handling.