BACK TO HOME

Luisterkyn

The Goal

The "Luisterkind Methode" is a dutch method for communicating with someone's inner child, this is why the website is also in Dutch. I made this project for a client who wanted to have a website for her Luisterkind practice. The site serves two main purposes: allowing people to find her practice and enabling them to order a reading directly from the website.

Complexities

Because the website would allow people to order a reading, I had to think about alot of different things like:
  • How to handle SEO combined with interactivity
  • How to handle payments
  • How the owner sees the orders
  • How the owner can respond to orders
I was already familiar with the elements of the web like HTML, CSS, JavaScript and React. But the problem with basic JavaScript and React is that it is bad for SEO. For this reason I had to learn about Server Side Rendering, and in turn choose a framework. I chose Next.js.

My Process