-
-
-
go_blog Public
Blog project I undertook to dive head first into Go! The backend features a RESTful API written in Go that utilizes MongoDB Atlas for data storage and JWT's for user authentication. The frontend wi…
Go UpdatedDec 4, 2022 -
typescript-blog Public
Blog front end written in React/TypeScript
JavaScript MIT License UpdatedOct 30, 2022 -
-
java-mortgage-calc Public
Java project: A simple command line mortgage amortization calculator
Java UpdatedSep 25, 2022 -
React_Blog_Hooks Public
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 B…
-
slim-select-component Public
A custom development environment for working on Slim Select.
TypeScript UpdatedAug 14, 2022 -
Simple_Stocks Public
Simple Stocks is a full stack app that allows users to track their stock holdings in the simplest way possible. The frontend is written in vanilla JavaScript and utilizes web components. The backen…
-
WaterTracker Public
A simple app to track daily water intake. Allows display and conversion between metric and standard units.
JavaScript UpdatedMay 8, 2022 -
Web_Component_Styling Public
This repo contains my notes from working through Web Components & Stencil.js - Build Custom HTML Elements, a Udemy course.
JavaScript UpdatedAug 4, 2021 -
Web_Components Public
Created this app to practice with web components, and am adding features over time. Users can add a stock using a valid symbol and the app will generate a new card below with the current price and …
JavaScript UpdatedJul 30, 2021 -
AG_Grid Public
I created this app to practice with AG Grid using foreign exchange (forex) data from FinnHub.io. When the page loads, users are presented with current FX rates. You can look up available FX symbols…
JavaScript UpdatedJul 27, 2021 -
The_Little_Guy Public
The Little Guy is a property management app that allows landlords to manage a small portfolio of rental properties themselves. This is a collaboration between Zoe Chalk, Sam Gates and Juan Santiago.
-
21_Redux-Store Public
Redux Store is an e-commerce app that originally used React Context to track global state. It was refactored to use Redux and takes advantage of the Redux hooks API. Full stack app deployed to Hero…
JavaScript UpdatedJun 27, 2021 -
20_Google-Books Public
Google Book Search is a full stack MERN app that allows users to search for and save their favorite books. Users must sign up and sign in to save a list of books. Converted the app from using a RES…
JavaScript UpdatedJun 22, 2021 -
19_React-Portfolio Public
React Portfolio is a web developer portfolio page written using React. The app is deployed on Github Pages. It uses React, Bootstrap, and custom Google fonts.
JavaScript UpdatedJun 19, 2021 -
React_Blog Public
React Blog is a full stack Mongo, Express, React and Node (MERN) application that allows users to log in with their Google accounts and post blog posts to a shared homepage. I created the React Blo…
JavaScript UpdatedJun 19, 2021 -
18_Budget-Tracker Public
Budget Tracker is a progressive web app that allows users to enter budget items on- and off-line. This app uses IndexedDB, a service-worker, and a web manifest to allow offline functionality. The a…
JavaScript UpdatedJun 13, 2021 -
Weather-React-Update Public
Re-write of the Weather App! homework using React.js. This app utilizes the OpenWeather API to get current weather conditions for any city that you search along with a 7 day forecast. The app also …
JavaScript UpdatedJun 11, 2021 -
15_Portfolio-V3 Public
Updated example portfolio page for UNC Bootcamp. Made portfolio single page, changed styling to make responsive, removed unnecessary JavaScript, changed styling, added gradient to top of page, util…
HTML MIT License UpdatedJun 7, 2021 -
06_Weather-App Public
Weather App! utilizes the OpenWeather API to search for a specific city and return weather data, including a 5 day forecast, for that city. Used JavaScript, jQuery, Bootstrap and Moment.js.
JavaScript UpdatedJun 7, 2021 -
09_README-Generator Public
The README generator utilizes Node.js and the Inquirer package to gather user input and generate a professional README using the input.
JavaScript UpdatedJun 7, 2021 -
17_Workout-Tracker Public
Fitness Tracker is a Node.js app that utilizes MongoDB Atlas to store workout and exercise data. The app allows users to add new workouts and modify existing workouts. The stats page keeps track of…
JavaScript UpdatedJun 5, 2021 -
14_Tech-Blog Public
Tech Blog is a full stack application utilizing Node.js, Express, bCrypt, Handlebars, sequelize and MySQL. Users can sign up, and once logged in have the ability to create blog posts and comment on…
JavaScript UpdatedMay 8, 2021 -
Algorithms Public
This repo contains algorithms that I worked on in my spare time during the UNC Coding Boot Camp. The algorithm problems were not created by me. The solutions are my own.
JavaScript UpdatedMay 7, 2021 -
13_ORM-ECommerce-Backend Public
Node.js app that uses Express, Sequelize, and MySQL to create an API for managing a sample e-commerce database. Starter code provided. I created the database, Sequelize routes, Sequelize models. Te…
JavaScript UpdatedApr 30, 2021 -
12_Employee-Tracker Public
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 pra…
-
-
11_Note-Taker Public
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 JSO…