Skip to content
View deanclark1's full-sized avatar
🪴
Looking for new opportunities to grow
🪴
Looking for new opportunities to grow

Block or report deanclark1

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

JavaScript| React| WordPress | PHP | HTML | CSS

At The Moment I'm..

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

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. calculator-javascript calculator-javascript Public

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

    HTML

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