Pinned Repositories
-Photo_Finder
Using Unsplash API to display images with React App
abc_kata
Kata with lettered blocks
algorithmpractice
practice exercises from front end masters course
alice_in_wonderland
Code-along introduction to JS and the DOM
ConsoleWordle
Wordle Game Built for the Console In C#
fantasy-dashboard
Collecting resources together in one place
tictactoe
Tic-Tac-Toe with Computer Opponents
transeuropeexpress
A train-themed exercise with arrays
triviagame
A fun trivia game created using React
urbanforaging
A CRUD app for urban foraging
alistairwilliamtaylor's Repositories
alistairwilliamtaylor/transeuropeexpress
A train-themed exercise with arrays
alistairwilliamtaylor/-Photo_Finder
Using Unsplash API to display images with React App
alistairwilliamtaylor/abc_kata
Kata with lettered blocks
alistairwilliamtaylor/algorithmpractice
practice exercises from front end masters course
alistairwilliamtaylor/alice_in_wonderland
Code-along introduction to JS and the DOM
alistairwilliamtaylor/ConsoleWordle
Wordle Game Built for the Console In C#
alistairwilliamtaylor/fantasy-dashboard
Collecting resources together in one place
alistairwilliamtaylor/tictactoe
Tic-Tac-Toe with Computer Opponents
alistairwilliamtaylor/triviagame
A fun trivia game created using React
alistairwilliamtaylor/urbanforaging
A CRUD app for urban foraging
alistairwilliamtaylor/csharp_fundamentals
exercises to learn the fundamentals of C#
alistairwilliamtaylor/datastructures
Exercises to learn about data structures in C#
alistairwilliamtaylor/javaScript-Demo
Some basic examples of JavaScript syntax which might trip up members of the cohort unfamiliar to the language
alistairwilliamtaylor/js_example_fizzbuzz
Just testing out git and fizzing some buzz
alistairwilliamtaylor/magic_year_calculator
A first attempt at TDD
alistairwilliamtaylor/onlookers
seed app for live reporting and time stamps
alistairwilliamtaylor/payroll_problem
Payroll Problem for Establishing Baseline at FMA
alistairwilliamtaylor/Shopping-List
Shopping List with Typescript and React Testing Library
alistairwilliamtaylor/v.1-ASP.NET-API-In-Memory-Dictionary-Storage
Initial REST API with in-memory dictionary storing data and implementing GET, POST, DELETE, PUT, and PATCH methods
alistairwilliamtaylor/v.2-ASP.NET-API-Using-Entity-Framework
Adding Entity Framework
alistairwilliamtaylor/v.3-ASP.NET-API-Separated-Service-And-Controller
Refactoring the ShoppingItemsController by extracting the domain logic and database interactions out of the Controller and into a Services class.
alistairwilliamtaylor/vuepractice
Learning Vue framework using Traversy Media "Crash Course" video
alistairwilliamtaylor/vuetasktracker
Vue codealong from Traversy Media