sgatesdev's Stars
auth0/jwt-decode
Decode JWT tokens; useful for browser applications.
thinktecture-labs/web-components-chat
A simple chat built with socket.io and web components with various frameworks (Angular, React, Vue, Stencil, LitElement))
krasimir/navigo
A simple vanilla JavaScript router.
mdn/web-components-examples
A series of web components examples, related to the MDN web components documentation at https://developer.mozilla.org/en-US/docs/Web/Web_Components.
sgatesdev/React_Blog_Hooks
For this project, I updated my React Blog app. This is a full stack MERN application. I rewrote the frontend using Redux Hooks, utilized a new library for Google Sign-In, and updated styling with Bootstrap. This app uses a custom backend (REST API) that I built using Node and Express. The backend manages a MongoDB Atlas database.
anthonyjgrove/react-google-login
A React Google Login Component
fisshy/react-scroll
React scroll component
illuspas/Node-Media-Server
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
redux-form/redux-form
A Higher Order Component using react-redux to keep form state in a Redux store
reduxjs/redux-devtools
DevTools for Redux with hot reloading, action replay, and customizable UI
ntjohns1/-tock-News
$tock News provides the user with a simplistic way to check for current stock market prices and view recent news articles from various outlets relating to that stock.
GardenOfSalvation/LoSiento
LoSiento is a simple language learning app that uses the power of IBM’s Watson to create flashcard lessons for practicing Spanish. The app also includes a public-facing API, allowing people to use our lessons in their own projects.
sgatesdev/12_Employee-Tracker
Node Employee Tracker is a Node.js app that allows a user to manage a MySQL database of employees, managers, roles, and departments. It uses Node packages/modules inquirer, util, mysql, and OOP practices. A seed.sql file is included to set up your initial database.
sgatesdev/10_Team-Profile-Generator
Node.js command line application. Follow the prompts to quickly and easily generate a team web page for your next project! Built using Object Oriented Programming practices. Utilizes Javascript, Node.js, Inquirer, Bootstrap, HTML, and CSS.
sgatesdev/11_Note-Taker
Homework for UNC Boot Camp. UI code provided, wrote backend. Created express server, designed routes, utilized uniqid and FS modules. App allows users to create and delete notes. Data stored in JSON file on server.