Skip to content
View 10LeeM's full-sized avatar
Block or Report

Block or report 10LeeM

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

👋 Hi, I’m Nelly Chelangat

🔭 I’m currently working on Project management visualization dashboards

💬 Ask me about React, SQL and Microsoft Azure

📫 How to reach me leecn10@gmail.com

Pinned

  1. GADS_2020_MWS_Project_solution GADS_2020_MWS_Project_solution Public

    Forked from akinsikuoluwafemi/GADS_2020_MWS_Project_solution

    JavaScript

  2. react-ecomm-sample react-ecomm-sample Public

    Forked from suhas86/react-ecomm-sample

    JavaScript

  3. javascript-algorithms javascript-algorithms Public

    Forked from trekhleb/javascript-algorithms

    📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

    JavaScript 2

  4. react-projects react-projects Public

    Forked from john-smilga/react-projects

    CSS

  5. Generic-Stack-methods- Generic-Stack-methods- Public

    Stack s implememnted as generic data structure in System.Collections.Generic namespace, the principle of stack structure operation is LIFO (last in first out), the last element entered first out.

    C#

  6. Linked-List Linked-List Public

    The principle of functioning of the linked list structures is that each node in the list has a reference to the next node, except the tail of the list, which has no reference to the next node.

    C#