Skip to content

wallacepreston/example-tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Example Tech

This is a list of a few of the small apps I've created over the years to learn and demonstrate usage of different forms of tech I like to work with. Most of the below is written in JavaScript (backends in Node)

Disclaimer: Some of these are older apps, since I mainly look forward to new tech. 🤓 If you don't find an example of what you're looking for in one, it's likely implemented in another! Some are deployed, while others are not.

Table of contents generated with markdown-toc


Front End

React SSR (Server Side Rendered)

A simple Isomorphic React App

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

React Context

An example of React's context api in use on a todos app.

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

Gatsby with Headless Wordpress

Frontend employs Gatsby, a static site generator. Uses GraphQL to query the API. Backend is a simple Headless Wordpress, serving up data via GraphQL

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

Vue with Vuetify

A frontend-only Vue app that uses Vuetify styled components for styling

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

React Native

Overly-simplified example of Native app using React Native

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

Vanilla Functional React

While I have other React applications, this is an extremely simple implementation using functional components and hooks.

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit


Tailwind CSS

A simple login form via Tailwind CSS

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit


Back End

GraphQL Server

Simple CRUD web server built via Node and GraphQL. No authentication.

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

Node Scripting (Command-line executable)

Uses simple-git to clone a list of repos in one command-line executable.

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

Serverless Function AWS Lambda

Email Service using AWS Lambda and SES, deployed via Serverless Framework and GitHub Actions

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

  • Deployed (ask for link, I prefer not to post it publicly, so it doesn't get spammed)
  • Git Repo email-service

Other (Full Stack)

Artificial Intelligence (Facial Tracking)

Uses package clmtrackr to track facial expressions, using Logistic Regression to categorize facial expressions into pre-trained emotion models.

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

TDD (Test Driven Development)

A collection of tests written with jest. Testing vanilla JS, Database queries, API Endpoints, and React.

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

JS Classes (Roomba implementation)

A contrived "roomba" example to demonstrate usage of JS Classes

GitHub repo size GitHub top language GitHub language count GitHub last commit GitHub last commit

  • Deployed (none)
  • Git Repo roomba

About

Links to demo apps using tech I like to work with

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published