Hi, I am Rinon, Inspiring developer

I believe we can make the world a much better place through building products that solve people's problems. If you align with that vision, we should work together!

Featured works

Birthday app

This app reminds the users of upcoming birthdays, so they never again have to apologize for forgetting it.

I built the foundation of this website using HTML and CSS, while most of the visual components are generated using JavaScript. To retrieve and store data I used a mixture of API fetching and local storage.

By doing this project, I improved my skills at using multiple filters in unison as well as manipulating complex date formats. I am especially proud of the way in which I resolved the issues that came up along the way, leading to a satisfying result.

HTMLCSSVanilla JS

Country Quiz

This app allows users to play a quiz about countries' flags and capitals in a fun and interactive way

In this project, I used React with global state management (useContext) which was necessary to simplify the code and keep it DRY. For styling, I used styled-components which is my favorite way of styling React components.

I deepened my knowledge on the context API as well as randomising data. This project reinstated my confidence in my ability to find solutions even for problems that seem insurmountable at first.

ReactCSS

Photograph

This is one of my earlier projects that provides a porfolio that a photographer can use to present their work.

I built this with SASS, HTML and JavaScript. Completing this project enhanced my skills at using CSS frameworks such as SASS as well as applying functionality to an image slider with JavaScript.

This was one of the first times I used JavaScript in a project.

HTMLSASSVanilla JavaScript