This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// SetStaminaBarGoalView.swift | |
// Stamina Bar Watch App | |
// | |
// Created by Bryce Ellis on 6/12/23. | |
// | |
import Foundation | |
import SwiftUI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// FindPotHoles | |
// | |
// Created by Bryce Ellis on 3/3/18. | |
// Copyright © 2018 Bryce Ellis. All rights reserved. | |
// | |
import UIKit | |
import MapKit |