Projects

Secret Grandma Recipies

A react web app designed to store your personal recipies on the web. The state for this app is managed with Redux and the recipies are stored in a Postgress DataBase. On this app you are able to register, login, and log out. For the storage of recepies you can, add, delete, edit and search recipies.

Hearthstone Card List

This react application gets information from Hearthstone's Api to get information about cards and display them automatically. It utilizes an authication token to make the request towards the api.

Calculator

A react calculator that uses Javascript login to determine the outcome. All the components are dynamically displayed with react.

Random Quote Machine

This website uses an api with quotes and uses a random number generator to pull a random quote with the author from it. It also lets you post it directly to Twitter!

Tribute Page

My first responsive page made completly from scratch. It is a tribute to Nikola Tesla. This page was made mainly with semantic html and css, using breakpoints to make it responsive and appropiate for a variaty of devices.

Pomodoro Clock

This project uses the state to keep track on when to decrese the time and also to record it. It has a while function always mounted and while the state on the clock is “On” it will let the time run.

MarkDown Previewer

This project is made by converting an input in a text area converting it into MarkDown. After it is converted it is displayed in a preview and you can edit the preview.