Hi 👋! I'm Alfred Asare, a Front-end Web Developer. I enjoy creating clean and user-friendly web apps that give users delight and satisfaction.

View Projects

A bit about me

Hi! I'm Alfred Asare, a front-end web developer currently living in Tema - Ghana. I like to design and code clean, simple and minimalistic UI that are aesthetically pleasing and satisfying to use. Though I work mainly on the front-end, I have some experience with backend technologies as well.

Also, I co-founded Edanra, an online housing platform that helps people find good and affordable homes here in Ghana. I work on the platform from time to time if any issues pop up. I am available though for freelance work and you can contact mehere.

Design

Web Design

UI & UX Design

Development

Front End Development

Back End Development

Responsive Web Applications

Technologies

Languages and tools I use

I have used a number of tools, frameworks and languages for a variety of projects in my years of experience but here is a selection of relevant technologies I have experience with:

HTML 5

CSS 3

JAVASCRIPT

REACT

FIREBASE

GRAPHQL

Gatsby

GATSBYJS

NODEJS

REDUX

REDUX SAGA

WEBSTORM

ADOBE XD

SASS

Works

Projects I've worked on

Portfolio

Wevops

This website was created for an upcoming start-up called Wevops that specializes in UI design and web development. It was created using React and Gsap was used for most of the animations

E-housing

Edanra

Edanra helps connect home owners with potential tenants. It was made using React and Firebase. Redux was used to handle state and redux-saga was used as the middleware to handle asynchronous operations.

Podcast

Wavepod

A podcast app inspired by Google Podcasts. The frontend was built with NextJS, styled-components and redux. Node, Express, MongoDB, Jest and Supertest were used to build the backend.

E-commerce

Evodia

Evodia is a perfume ecommerce web app. Evodia was built with NextJS, styled-components and redux was used for state management. Its REST API was built with MongoDB, Node and Express and tested with Jest and Supertest. Both the front and backend were hosted on vercel.

Consultancy

Qube PCS

QUBE PCS is an internationally experienced professional services company that supports global organisations that wish to invest in, own and operate assets. It was created using GatsbyJS.

Portfolio

Design Studios

This website was developed for a design company which specializes in graphic design and animations. However they are yet to provide their works and site content and hence the use of dummy data. It was also developed using React.

E-commerce

Chop Flix

Chop Flix is an ecommerce platform used to sell drum packs for music producers. The site is still in development. So far the main technology that has been used is React.

BLOG

LATEST BLOG POSTS

Here's a list of the latest posts on my blog. Be sure to check them out 😉

30 September, 2020

Setting Up React With Parcel

Hello everyone 👋. In this post, I am going to show you how to get started with React using the Parcel bundler. Parcel is a zero…

React

06 August, 2020

Quadratic Runtime

It basically describes an algorithm whose performance or runtime is proportional to the square of the size of the input or data. this is…

Algorithms

05 August, 2020

Linear Runtime O(n)

Linear runtime O(n) / time complexity is a term applied to algorithms whose performance and time complexity grow linearly and proportionally…

Algorithms