Game Dev | Web Dev | Introvert | NCU/CIS class of '18.
Most of these Repos are forks lol
- Jamaica
- https://tehjean.herokuapp.com/
Pinned Loading
-
expressjs-firebase-auth-starter
expressjs-firebase-auth-starter PublicCreating this because I'm getting tired of repeatedly doing this...
JavaScript 1
-
React component for comparing two im...
React component for comparing two images using a slider. Best used for "Before vs After" style comparisons. No external Dependencies. Possible performance issue calling the "cumulativeOffset" method so often....but meh...You can see it in action on my website in the photo-editing section of my portfolio (https://tehjean.herokuapp.com/#Portfolio) 1import React from 'react';
23Math.clamp = function(val, min, max){ return Math.max(min,Math.min(max,val));}
45const cumulativeOffset = function(element) {
-
Simple thumbs up & down thingy for r...
Simple thumbs up & down thingy for react-native. Depends on "react-native-vector-icons" 1import React, { PureComponent } from 'react';
2import { View, Text, TouchableOpacity } from 'react-native';
3import Icon from 'react-native-vector-icons/Feather';
45 -
-
I did another ReactNative UI thingy....
I did another ReactNative UI thingy....that I will eventually explain and enventually eventually turn into a package...maybe 1import React, { useState } from 'react';
2import PropTypes from 'prop-types';
3import { View, Text, TouchableOpacity, StyleSheet } from 'react-native';
45 -
EnglishToMorseCode
EnglishToMorseCode PublicSimple web page that allows converting between English and Morse Code
Hack
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.