Giter Club home page Giter Club logo

shrijanacodes's Projects

animal-trading-cards icon animal-trading-cards

A project from FEND Udacity Program, where I created a trading card for my favorite animal (DOG).

countdown icon countdown

This is a simple React app that shows countdown to a date specified by user.

docs icon docs

🐬 Ocean Protocol documentation

gatsby icon gatsby

Build blazing fast, modern apps and websites with React

learn-graphql icon learn-graphql

Real world GraphQL tutorials for frontend developers with deadlines!

learning-django icon learning-django

This is a portfolio project that I am going to create to learn and use Django.

mdx-custom-elements-example icon mdx-custom-elements-example

An example of using remark plugins to mark out areas for math or code processing, but not re-inject html, deferring processing to react components

oddsandevens icon oddsandevens

This is my solution for Module 2 Project of Microsoft: DEV276x Learn to Program in Java. For this project you are going to program a game called “Odds and Evens”. The game is similar to rock paper scissors. It is played between two players, in your version it will be you versus the computer. Each player will choose either “odds” or “evens”, since you’re playing the computer you will get first pick. Once you have chosen your side, you each choose a number of fingers to play- 0 to 5. The winner is determined by whether the sum of your fingers is odd or even (depending on what you chose).

practice-it-starstringsolution icon practice-it-starstringsolution

public static String starString(int n){ if (n < 0){ throw new IllegalArgumentException(); } else if (n == 0){ return "*"; } else{ String result = starString(n-1); result = result + result; return result; } }

samplewebhookapp icon samplewebhookapp

This is a sample app that demonstrates how to use Zoom Webhooks and APIs along with the Sendgrid Email API..

slate icon slate

Beautiful static documentation for your API

training-geo-public icon training-geo-public

This repository provides some exercises around Redis commands that are related to geospatial.

uncubeddemoapp icon uncubeddemoapp

This is a demo app built for a workshop for reference on how to use JWT and Webhooks with Zoom.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.