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

Block or report mqunell

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. games-achievements games-achievements Public

    Interactive site for viewing stats about the video games I play, including platforms, recent and total playtimes, achievement names, personal and global completion percentages, and more.

    TypeScript 2

  2. MoviesLibrary MoviesLibrary Public

    Web app for cataloging movies you own and their formats, such as DVD, Blu-ray, and Streaming. Metadata is pulled from the OMDb API and can be edited.

    JavaScript 1

  3. T-800 T-800 Public

    Parses chat messages and responds to commands, posts formatted data from external sites such as Blizzard and RapidAPI, and manages administrative tasks by assigning roles to server members.

    Python

  4. FakeNewsDetection FakeNewsDetection Public

    Forked from kaitlynshelby/FakeNewsDetection

    Uses natural language processing techniques and libraries to analyze tweets and determine whether they are reliable or "fake news".

    Python

  5. nextjs-template nextjs-template Public template

    My Next.js project template that includes TypeScript, Tailwind CSS, Mongoose, ESLint, and Prettier. Also includes some basic code stubs.

    TypeScript

  6. Next.js on Vercel: SSR and local files Next.js on Vercel: SSR and local files
    1
    Next.js and reading from a local JSON file with `fs` during build time:
    2
    
                  
    3
    | | Local (dev) | Local (prod) | Vercel (prod) |
    4
    |:--|:-:|:-:|:-:|
    5
    | getStaticProps ||||