iMweb developer

Toolbox | Isabel Moreira

Toolbox

Here are some tools I like to work with and have been using in my projects.

HTML Logo

HTML The basis for laying out the web.

CSS3 Logo

CSS The basis for styling the web.

JavaScript Logo

JavaScript Best programming language around! (sorry to all the others...)

TypeScript Logo

TypeScript Javascript with a typing twist.

React Logo

React This library completely changed the way I code. Can't recommend it enough.

Styled Components Logo

Styled Components Great CSS-in-JS library for styling components dynamically.

Git Logo

Git I use it for version control, in conjunction with GitLab and Bitbucket.

Storybook Logo

Storybook Awesome open-source tool for building, documenting and testing UI components

Jest Logo

Jest Great framework for unit and integration testing.

React Testing Library

React Testing Library Since I use mostly React, this is the perfect utility for testing components.

React Query

React Query Data-fetching and state management library that simplifies asynchronous data handling.

Greensock Logo

Greensock/GSAP Super amazing tool to create animations for the web!

Gatsby Logo

Gatsby Awesome React-based framework! (this site was built with Gatsby 😊).

jQuery Logo

jQuery Great JS library for DOM manipulation and event handling.