Skip to content
View Atlessc's full-sized avatar

Block or report Atlessc

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

Pinned Loading

  1. Map your web app project structure. ... Map your web app project structure. it'll exclude the .env, .git, and the node_module folder.
    1
    import fs from 'fs';
    2
    import path from 'path';
    3
    
                  
    4
    function mapFiles(dir, excludedPaths = [], prefix = '', isLast = true) {
    5
        const items = fs.readdirSync(dir);
  2. advent-2024 advent-2024 Public

    JavaScript 1

  3. web54-spacial-design-idea web54-spacial-design-idea Public

    JavaScript 1

  4. Algo-Visualizer Algo-Visualizer Public

    JavaScript 1

  5. card-counting-simulator card-counting-simulator Public

    JavaScript 1

  6. Password-Generator Password-Generator Public

    JavaScript 1