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

Block or report shriharip

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
shriharip/README.md
  • 👋 Hi, I’m Shrihari and most of them call me 'Hari'
  • 👀 I’m a full stack developer interested in typescript, go, flutter, and python.
  • 🌱 I’m currently learning : ML, crypto
  • 💞️ I’m looking to collaborate on : lowcode, no code web frameworks
  • 📫 How to reach me : GitHub :)

Pinned

  1. astrostarter astrostarter Public

    This is a starter template that will leverage astro, tailwind and a backend either firebase or supabase.

    Astro 1

  2. named and default exports named and default exports
    1
    https://stackoverflow.com/questions/36795819/when-should-i-use-curly-braces-for-es6-import/36796281#36796281
  3. listfeed.dart listfeed.dart
    1
    class NewsListFollowing extends StatefulWidget {
    2
      static final PageStorageKey<String> pageKey =
    3
          PageStorageKey<String>('newsListFollowing');
    4
      final scrollcontroller;
    5
      NewsListFollowing({this.scrollcontroller, Key key}) : super(key: key);
  4. DaisyAstro DaisyAstro Public

    Astro starter with DaisyUI

    Astro

  5. remark-forms remark-forms Public

    A remark plugin for creating forms from markdown

    JavaScript

  6. solid-auth solid-auth Public

    Forked from alexvyber/solid-auth

    Authentication for Solid & SolidStart

    TypeScript