gitextract_ctypc1r7/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Example Guide.md ├── LICENSE ├── Projects/ │ ├── 1-Beginner/ │ │ ├── Bin2Dec-App.md │ │ ├── Border-Radius-Previewer.md │ │ ├── CSV2JSON-App.md │ │ ├── Calculator-App.md │ │ ├── Calendar-App.md │ │ ├── Cause-Effect-App.md │ │ ├── Christmas-Lights-App.md │ │ ├── Color-Cycle-App.md │ │ ├── Countdown-Timer-App.md │ │ ├── Dollars-To-Cents-App.md │ │ ├── Dynamic-CSSVar-app.md │ │ ├── First-DB-App.md │ │ ├── Flip-Image-App.md │ │ ├── GitHub-Status-App.md │ │ ├── Hello-App.md │ │ ├── IOT-Mailbox-App.md │ │ ├── JSON2CSV-App.md │ │ ├── Javascript-Validation-With-Regex.md │ │ ├── Key-Value-App.md │ │ ├── Lorem-Ipsum-Generator.md │ │ ├── Notes-App.md │ │ ├── Pearson-Regression-App.md │ │ ├── Pomodoro-Clock.md │ │ ├── Product-Landing-Page.md │ │ ├── Quiz-App.md │ │ ├── Random-Meal-Generator.md │ │ ├── Random-Number-Generator.md │ │ ├── Recipe-App.md │ │ ├── Roman-to-Decimal-Converter.md │ │ ├── Slider-Design.md │ │ ├── Stopwatch-App.md │ │ ├── True-or-False-App.md │ │ ├── Typing-Speed-Test-App │ │ ├── Vigenere-Cipher.md │ │ ├── Weather-App.md │ │ ├── Windchill-App.md │ │ └── Word-Frequency-App.md │ ├── 2-Intermediate/ │ │ ├── Bit-Masks-App.md │ │ ├── Book-Finder-App.md │ │ ├── Calculator-CLI.md │ │ ├── Card-Memory-Game.md │ │ ├── Charity-Finder-App.md │ │ ├── Chrome-Theme-Extension.md │ │ ├── Currency-Converter.md │ │ ├── Drawing-App.md │ │ ├── Emoji-Translator-App.md │ │ ├── FlashCards-App.md │ │ ├── Flip-Art-App.md │ │ ├── Game-Suggestion-App.md │ │ ├── GitHub-Profiles.md │ │ ├── HighStriker-Game.md │ │ ├── Image-Scaner.md │ │ ├── Markdown-Previewer.md │ │ ├── Markdown-Table-Generator.md │ │ ├── Meme-Generator-App.md │ │ ├── Name-Generator.md │ │ ├── Password-Generator.md │ │ ├── Podcast-Directory-App.md │ │ ├── QRCode-Badge-App.md │ │ ├── RegExp-Helper-App.md │ │ ├── Sales-DB-App.md │ │ ├── Simple-Online-Store.md │ │ ├── Sports-Bracket-Generator.md │ │ ├── String-Art.md │ │ ├── This-or-That-Game.md │ │ ├── Timezone-Slackbot.md │ │ ├── To-Do-App.md │ │ ├── Typing-Practice-App.md │ │ ├── Voting-App.md │ │ └── math-editor.md │ └── 3-Advanced/ │ ├── Battleship-Bot.md │ ├── Battleship-Game-Engine.md │ ├── Boole-Bot-Game.md │ ├── Bug-Race-Game.md │ ├── Calorie-Counter-App.md │ ├── Chat-App.md │ ├── Contribution-Tracker-App.md │ ├── Elevator-App.md │ ├── FastFood-App.md │ ├── GitHub-Timeline-App.md │ ├── GitTweet-App.md │ ├── Instagram-Clone-App.md │ ├── Kudos-Slackbot.md │ ├── Movie-App.md │ ├── MyPodcast-Library-app.md │ ├── NASA-Exoplanet-Query.md │ ├── Shell-Game.md │ ├── Shuffle-Deck-App.md │ ├── Slack-Archiver.md │ ├── SpellIt-App.md │ └── Survey-App.md └── README.md