Skip to content
View DanielArzani's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report DanielArzani

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
DanielArzani/README.md

Hi there, I'm Daniel 👋

Banner

💫About Me

As a front-end web developer, I am passionate about creating accessible and user-friendly web experiences. With a solid understanding of HTML, CSS, JavaScript/TypeScript, React, and SASS, I am well-equipped to handle a variety of web development projects.

Over the past year, I have made over 800 commits to GitHub and consistently commit 8 hours a day, 5 days a week to coding. I possess expertise in creating scalable, well-organized, and clean CSS using the CUBE methodology and BEM naming convention, and have experience in developing accessible HTML through various technologies and feedback from other developers. In addition, I am familiar with full-stack development and command line tools. I am committed to staying up-to-date with the latest technologies and best practices in the industry, and am always looking for ways to improve my skills.

I am always looking to improve my skills and am dedicated to staying up to date with the latest technologies and best practices in the industry.

🔭 I’m Currently Working on

  • Frontend Mentor Projects

  • I've stored most of my FEM projects in a separate organization, though for some of the projects that I would like to use myself such as the markdown editor, I will keep on this account

🌱 I’m Currently Learning

  • Accessibility and inclusive design
  • Josh Comeau's Joy of React course

⚡️ Fun Fact

  • When you purchase packaged lettuce, you’re usually paying around 2.5x the price for 1/4 the amount of lettuce you would get if you bought it raw. (If you want more lettuce for less, you know what to do now)

💻Tech Stack

HTML5CSS3JavaScript ReactSASSTailwindCSS

📊GitHub Stats

trophy




Pinned

  1. web-dev-portfolio web-dev-portfolio Public

    My Portfolio for web development

    JavaScript

  2. Frontend-Mentor-Projects-Daniel/todo-app Frontend-Mentor-Projects-Daniel/todo-app Public

    A Todo application that offers a range of features, including the ability to toggle between a dark and light mode, filter tasks by active or completed status, and re-order tasks through a convenien…

    TypeScript

  3. github-user-search-app github-user-search-app Public

    A search application is a dynamic data generation tool that utilizes the Github API to retrieve user information.

    JavaScript

  4. Frontend-Mentor-Projects-Daniel/space-tourism Frontend-Mentor-Projects-Daniel/space-tourism Public

    A fully responsive, multi-page website that provides an optimal layout for each page depending on the device's screen size, ensuring a seamless user experience across multiple devices.

    JavaScript

  5. Frontend-Mentor-Projects-Daniel/clipboard-landing-page Frontend-Mentor-Projects-Daniel/clipboard-landing-page Public

    A landing page built with HTML, CSS and Javascript using CUBE CSS methodology to organize code as well as fluid Type and Space scales in order to have spacing and typography scale along with the vi…

    CSS

  6. Regex - Matching a URL Regex - Matching a URL
    1
    ## Summary
    2
    
                  
    3
    A regular expression is a sequence of characters that specifies a search pattern in text. This is what you would find if you quickly googled what a regex is. Maybe it would be easier if I said that a regular expression is a string of text that allows you to create patterns that help match, locate, and manage text.
    4
    
                  
    5
    Below is a brief explanation of how to read the following regular expression followed by an explanation its components