Skip to content

Instantly share code, notes, and snippets.

View hesbryce's full-sized avatar

Zachary Bryce Ellis hesbryce

View GitHub Profile
import React, { useEffect, useState } from 'react';
import './AppSCSS.scss';
import 'bootstrap/dist/css/bootstrap.min.css';
import { FaHome, FaInbox, FaUser } from 'react-icons/fa';
function App() {
const cardsData = [
{
title: 'Healthy Habits on the Job',
text: 'Ergonomics is designing a job to fit the worker so the work is safer and more efficient. Implementing ergonomic solutions can make employees more comfortable productive.',
@hesbryce
hesbryce / SetStaminaBarGoalView.swift
Created April 2, 2024 04:33
Stamina Bar set goal
//
// SetStaminaBarGoalView.swift
// Stamina Bar Watch App
//
// Created by Bryce Ellis on 6/12/23.
//
import Foundation
import SwiftUI
//
// ViewController.swift
// FindPotHoles
//
// Created by Bryce Ellis on 3/3/18.
// Copyright © 2018 Bryce Ellis. All rights reserved.
//
import UIKit
import MapKit