Pinned Repositories
grid-rotator.js
Code for flipping and rotating sets of related data
sharc
The sharc timbre database distribution files, in various formats
spotify-track-artist
Creates a database of Spotify tracks and artists. Creates a set of REST services for adding tracks and querying the database populated from the Spotify API.
gregsandell's Repositories
gregsandell/sharc
The sharc timbre database distribution files, in various formats
gregsandell/grid-rotator.js
Code for flipping and rotating sets of related data
gregsandell/spotify-track-artist
Creates a database of Spotify tracks and artists. Creates a set of REST services for adding tracks and querying the database populated from the Spotify API.
gregsandell/analyze-characters
Perl script that tallies up the count of ASCII, extended ASCII and UTF-8 characters in a file
gregsandell/array-tests-frontend
A Web Component that reads and renders a JSON FILE
gregsandell/bass_transcriptions
gregsandell/cra-template-greg-no-typescript
A React template created by Greg Sandell that has linting & prettier set up and no Typescript
gregsandell/create-react-app-auth-amplify
Implements a basic authentication flow for signing up/signing in users as well as protected client side routing using AWS Amplify.
gregsandell/graphql_traversy_tutorial
gregsandell/gregsandell.github.io
My github pages homepage
gregsandell/gregsandell_publications
Greg Sandell's publications, masters thesis and doctoral thesis, stored with git
gregsandell/intro-angular
Sample programs shown at the May 28, 2013 meeting of the Chicago Javascript Meetup Group
gregsandell/mern-tutorial-fork
Goalsetter application from Brad Traversey's Youtube series
gregsandell/movie-infinite-scroll
Frontend app in React that retrieves movie data from omdbapi.com and displays results ten at a time with infinite scroll.
gregsandell/music_leadsheet_pdfs
PDFs of songs in leadsheet form (just chords, or melody with chord symbols)
gregsandell/music_pdfs
gregsandell/other_transcriptions
Music transcriptions (not bass guitar), in PDF or notation package form
gregsandell/pokemon
Express.js app to work with the pokeapi.co endpoint
gregsandell/react-exercises
React implementations of a counter, a To Do List, and an autocomplete
gregsandell/react-s3-csv-greg-fork
Fork of Joe Dister's tutorial repo for Uploading Files to S3 using Express and React
gregsandell/right-left-select
A jquery plugin for a UI element that moves text items from one container to another
gregsandell/samples-nodejs-express-4-fork
Fork of Okta's samples-nodejs-express-4 repo
gregsandell/tic-tac-toe
A plain JavaScript coded game of Tic Tac Toe, played from the command line
gregsandell/timbre.ws
Online web-based SHARC browser
gregsandell/useful-custom-react-hooks-fork
Fork of useful-custom-react-hooks