Skip to content
View austinroy's full-sized avatar
  • Nairobi, Kenya
Block or Report

Block or report austinroy

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

  1. cp2-flask-bucketlist-api cp2-flask-bucketlist-api Public

    Checkpoint 2 project on creating a RESTful bucketlist api using python flask.

  2. flixer flixer Public

    A video sharing platform built with ReactJS

    JavaScript

  3. awesome-tdd awesome-tdd Public

    Forked from makinwab/awesome-tdd

    ๐Ÿ“– ๐Ÿš› Curated list of awesome resources: books, videos, articles about using TDD(Test Driven Development)

    1

  4. multistep-form multistep-form Public

    A multistep form created with ReactJS and semantic UI

    JavaScript 11 8

  5. imeal imeal Public

    An App used to track meals users have an a daily basis

    JavaScript 1

  6. Example of Suspense in React Example of Suspense in React
    1
    const DataComponent = React.lazy(() => import('./DataComponent'));
    2
    
                  
    3
    function MySuspenseComponent(){
    4
      return (
    5
        <Suspense fallback={<Spinner />}>