Skip to content

Instantly share code, notes, and snippets.

View DeerAndy's full-sized avatar
🦌
Freelancer

Andy Crawford DeerAndy

🦌
Freelancer
View GitHub Profile
@DeerAndy
DeerAndy / index.html
Created February 6, 2025 16:56
Tic Tac Toe - React.js Tutorial
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>
@DeerAndy
DeerAndy / freecodecamp-build-a-personal-portfolio-webpage.markdown
Created February 6, 2025 16:54
freeCodeCamp: Build a Personal Portfolio Webpage
@DeerAndy
DeerAndy / freecodecamp-build-a-tribute-page.markdown
Created February 6, 2025 16:54
freeCodeCamp: Build a Tribute Page