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
A simple Isomorphic React App
- Deployed github.com/wallacepreston/react-seo-demo
- Git Repo react-seo-demo-ssr
An example of React's context api in use on a todos app.
- Deployed todos-context.netlify.app
- Git Repo todos-context
Frontend employs Gatsby, a static site generator. Uses GraphQL to query the API. Backend is a simple Headless Wordpress, serving up data via GraphQL
- Deployed cdroc.org
- Git Repo cdroc-front
- Tech:
A frontend-only Vue app that uses Vuetify styled components for styling
- Deployed re-cashflow
- Git Repo cashflow-vue
Overly-simplified example of Native app using React Native
- Deployed (none)
- Git Repo doglistreactnative
While I have other React applications, this is an extremely simple implementation using functional components and hooks.
- Deployed (none)
- Git Repo choose-murray
A simple login form via Tailwind CSS
- Deployed https://github.com/wallacepreston/tailwind-login-form
- Git Repo tailwind-login-form
Simple CRUD web server built via Node and GraphQL. No authentication.
- Deployed (none)
- Git Repo cheese-collector
Uses simple-git to clone a list of repos in one command-line executable.
- Deployed (none)
- Git Repo student-grading-script
Email Service using AWS Lambda and SES, deployed via Serverless Framework and GitHub Actions
- Deployed (ask for link, I prefer not to post it publicly, so it doesn't get spammed)
- Git Repo email-service
Uses package clmtrackr to track facial expressions, using Logistic Regression to categorize facial expressions into pre-trained emotion models.
- Deployed deveq.herokuapp.com
- Git Repo deveq
A collection of tests written with jest. Testing vanilla JS, Database queries, API Endpoints, and React.
- Deployed (none)
- Git Repo tdd-node
A contrived "roomba" example to demonstrate usage of JS Classes
- Deployed (none)
- Git Repo roomba