hey, I'm Josemi.
I'm a passionate mathematician turned React developer
that loves to craft minimal, beautiful, and performant user interfaces.
Projects
2020 - Present
folio - a minimal digital whiteboard for sketching
Folio is a minimalist digital whiteboard that can be used for sketching and prototyping, or just as a infinite canvas to take notes. It can be used via the web application or as Docker image to run it locally.
2023 - Present
mikel - tiny templating engine
A lightweight and extremely fast template engine inspired by mustache. It provides a simple way to render templates using data objects, supporting features such as variables, partials, conditional sections, and looping.
2023 - Present
icons - handcrafted SVG icons collection
A collection of handcrafted and open source line icons designed for use in web applications, with a focus on minimalism and clarity. It supports both SVG and React components, making it easy to integrate into your projects.
2022 - Present
lowCSS - minimal CSS utility library
LowCSS is a minimal CSS Utility library designed to build fast and lightweight web applications. It provides a set of utility classes that can be used to style HTML elements without the need for a full CSS framework.
Notes
September 24, 2023
React Hooks and Local Storage
A guide for creating React Hooks to access to the Local and Session Storage of the browser in a simple way.