Pinned Repositories
1st-Express-app
Use of Express.js to build a dynamic website via Node.js.
Advanced-react-hooks
Api-design-in-node
An api using Typescript, Prisma and postGres
cushion-roulette
A movie Api search application that allows users to select several options and spin a roulette wheel to make a selection in a bid to reduce choice paralysis. Dissertation project for my degree.
github-search-app
A React application that uses the Github API to pull and display profile data. Built from the ground up using figma designs as a means to learn Tailwind.css
TechDegree-Project-6
My personal portfolio.
WebDevBrum's Repositories
WebDevBrum/TechDegree-Project-6
My personal portfolio.
WebDevBrum/Advanced-react-hooks
WebDevBrum/Api-design-in-node
An api using Typescript, Prisma and postGres
WebDevBrum/github-search-app
A React application that uses the Github API to pull and display profile data. Built from the ground up using figma designs as a means to learn Tailwind.css
WebDevBrum/aws-v2
WebDevBrum/Basic-Mongo-Express
General example of using Mongo DB within express
WebDevBrum/basic-server-with-FE
A server with no middleware - Codecademy task
WebDevBrum/boss-machine
Partial server implementation with validation and static data
WebDevBrum/colors-typescript-useReducer
WebDevBrum/cypress
Forked Repo of Steve Kinney cypress course on Front end masters
WebDevBrum/epic-react-hooks
WebDevBrum/exercism
WebDevBrum/FSO-Part3-server
WebDevBrum/Full-Stack-Open
WebDevBrum/jest-unit-testing
Globo ticket app
WebDevBrum/packing-list-sk-ts
From Steve Kinneys course on fem
WebDevBrum/Planet-Hopper
WebDevBrum/Planet-Hopper-Api
WebDevBrum/React-Applications-with-Established-UI-Patterns
Example code from Guild (March 2023). - Note: Checkout Martin Fowler - Refactoring book.
WebDevBrum/React-Context-API
Use of the React context Api to avoid "prop drilling" , this is an update to a previous scoreboard app using alternative methods to pass props. (Treehouse React context Api)
WebDevBrum/React-course-directory-TH-
A course directory as built completing the course React Router 4 Basics as part of my treehouse Tech-Degree
WebDevBrum/React-Data-Fetching-TH
Methods for fetching external data using React to build a Gif gallery with search function. (Treehouse -Data fetching in React).
WebDevBrum/react-fundamentals
Material for my React Fundamentals Workshop
WebDevBrum/react-hooks
Learn React Hooks! 🎣 ⚛
WebDevBrum/React-Scoreboard
Work on breaking down the scoreboard app created in React Basics into reusable components as is standard practice when using React. Featuring both class and functional components.
WebDevBrum/scottstack
WebDevBrum/TechDegree-Project-4
A Browser based word guessing game 'Dr Phraser'. This project uses JavaScript and Object oriented programming for the selection of a random hidden phrase, upon which a player has 5 lives to guess the phrase by either clicking letters on an on-screen keyboard or physically typing said letters.
WebDevBrum/TechDegree-Project-5
An Application for a fictional company called Web Cooks with remote employees working all over the world. This project users the Random User Generator API (https://randomuser.me) to grab information for 12 random employees and uses that data to build a prototype for an employee directory.
WebDevBrum/testing-react-apps
From Kent C Dodds - epic react
WebDevBrum/Typescript---GS--PS