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

Block or report code978

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
code978/README.md

Coding



Languages and Tools:

Show some ❤️ by starring some of the repositories!

-->

Hi 👋, I'm Kunal jain

A passionate Full stack web developer from India

code978

code978

  • 🔭 I’m currently working on gallery app

  • 🌱 I’m currently learning data structue and alogrithms

  • 👯 I’m looking to collaborate on open source

  • 🤝 I’m looking for help with web

  • 💬 Ask me about react

  • 📫 How to reach me earningonline2100@gmail.com

Languages and Tools:

android babel bootstrap cplusplus css3 express html5 javascript mongodb mysql nodejs postgresql python react redux tailwind

code978

 code978

code978

Pinned Loading

  1. DevFest India 2020 Day 1 - colors.xml DevFest India 2020 Day 1 - colors.xml
    1
    <?xml version="1.0" encoding="utf-8"?>
    2
    <resources>
    3
        <color name="colorPrimary">#B30000</color>
    4
        <color name="colorPrimaryDark">#980304</color>
    5
        <color name="colorAccent">#9EBE95</color>
  2. DevFest India 2020 Day 1 - Main Acit... DevFest India 2020 Day 1 - Main Acitvity UI
    1
    <?xml version="1.0" encoding="utf-8"?>
    2
    <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    3
        xmlns:tools="http://schemas.android.com/tools"
    4
        android:layout_width="match_parent"
    5
        android:layout_height="match_parent"
  3. DevFest India 2020 Day 1 - build.gra... DevFest India 2020 Day 1 - build.gradle file
    1
    apply plugin: 'com.android.application'
    2
    apply plugin: 'kotlin-android'
    3
    apply plugin: 'kotlin-android-extensions'
    4
    apply plugin: "kotlin-kapt"
    5
    
                  
  4. Corono_live_tracker Corono_live_tracker Public

    This is web app uses covid19 rest API and rendered according to the country. This web app coronavirus recovered cases, death cases, and registered cases of the countries. This web app also shows ca…

    JavaScript 1

  5. 30-seconds-of-code 30-seconds-of-code Public

    Forked from Chalarangelo/30-seconds-of-code

    Short JavaScript code snippets for all your development needs

    JavaScript