Skip to content
View deanclark1's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report deanclark1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
deanclark1/README.md

Hi there, I'm Doreen Esinam Akosua Ntumy (DEAN)

I’m a self-learning Front End Developer & a UI/UX Designer with experience working on finding solutions, implementing elegant, easy to read and responsive user interfaces to boost user experience & customer satisfaction. I am passionate about accessibility in web development, clean codes & best practices.

Current Skill Set

HTML5 | CSS3 | JavaScript ES6+ | wordpress | php

At The Moment I'm..

  • Learning the weird parts of JS
  • Building fun projects
  • Learning how to surf

Reach out to me via these links:

Pinned Loading

  1. my-Trello-Clone my-Trello-Clone Public

    a simple ToDo List application using angular to manage my daily tasks

    TypeScript 2 1

  2. DoreenNtumy DoreenNtumy Public

    HTML 1

  3. calculator-javascript calculator-javascript Public

    Building this calculator app to help solidify my DOM knowledge in js

    HTML

  4. RC_tictactoe.js RC_tictactoe.js
    1
    const readline = require("readline-sync");
    2
    
    
    3
    let Player = 'X';
    4
    let ticktacktoe = [' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' '];
    5