Roman Kutsel

Recent Work

Full stack app that features autocomplete, user authentication, creating and managing offers, map functionality, ability to upload photos of user offer items.

A tech blog prototype that can be easily extended. As of now it has a basic authentication functionality that allows a user to either login or sign up. A registered user that's logged in has elevated access to add blog posts and comments.

Cli-based Content Management System (CMS) tool with MySQL backend. This rudimentary setup can easily be extended with added functionality.

A simple online note taker app deployed in heroku cloud. It can add/delete your notes and store your notes persistently.

This app finds nearby electric charging stations in major U.S. cities. The app is able to save items from search queries stored in Local Storage. I used Materialize as a CSS framework, OpenStreetMap, OpenChargeMap, IPAPI APIs. The leafletjs library was used to work with OpenStreetMap.

Single-page app to schedule your day. I used Bootstrap for CSS It also relies on Local Storage to keep tasks saved permanently. Also used JQuery just for the sake of learning it along with Moment.js library.

A very simple JS password generator. Based on user selection options, it generates a random password. Can probably use some more love cause right now it's very basic.

Another single-page vanilla JS app. A weather dashboard that gets current and future weather forecast based on the input search. I used Bootstrap as a CSS framework and OpenWeather APIs.