dirk-dev
Front-End Web Developer with an appreciation for great design and a passion for working with tech.
Evans City, PA
Pinned Repositories
Bamazon
Simulates a small-scale web store accessed through a CLI. A SQL database stores product inventory. JavaScript is used to enter customer orders, update inventory, and calculate the total amount owed. Node functions as the server for the app.
basic-portfolio
burger
Uses a MySQL database to manage user input, Handlebars, HTML, and CSS for HTML content, jQuery and JavaScript for program logic, and Node and Express for the back-end.
react-clicky-game
Star Wars-themed memory game made with React, JavaScript, HTML, and CSS.
react_reading_list
SpaceTrivia_refactored
The Space Trivia game refactored for cleaner code & ES6 syntax.
SpaceTriviaGame-v1
Space-themed trivia game that uses JavaScript, jQuery, HTML, and CSS.
TamaFit
Group project made using Node, Sequelize, JavaScript, HTML, CSS, and Handlebars. Deployed to Heroku. GitHub used for version control, project board, and managing pull requests.
tech-interview-handbook
💯 Algorithms, front end and behavioral content for rocking your coding interview 🆕 Interview Cheatsheet! 🆕
Train_schedule
Train scheduling app that uses moment.js, jQuery, JavaScript, CSS, and HTML, and Firebase for persistence.
dirk-dev's Repositories
dirk-dev/react_reading_list
dirk-dev/TamaFit
Group project made using Node, Sequelize, JavaScript, HTML, CSS, and Handlebars. Deployed to Heroku. GitHub used for version control, project board, and managing pull requests.
dirk-dev/Bamazon
Simulates a small-scale web store accessed through a CLI. A SQL database stores product inventory. JavaScript is used to enter customer orders, update inventory, and calculate the total amount owed. Node functions as the server for the app.
dirk-dev/binary_to_decimal_converter
A simple app that converts binary numbers to decimals
dirk-dev/Bootstrap-Portfolio
dirk-dev/burger
Uses a MySQL database to manage user input, Handlebars, HTML, and CSS for HTML content, jQuery and JavaScript for program logic, and Node and Express for the back-end.
dirk-dev/react-clicky-game
Star Wars-themed memory game made with React, JavaScript, HTML, and CSS.
dirk-dev/SpaceTrivia_refactored
The Space Trivia game refactored for cleaner code & ES6 syntax.
dirk-dev/SpaceTriviaGame-v1
Space-themed trivia game that uses JavaScript, jQuery, HTML, and CSS.
dirk-dev/Train_schedule
Train scheduling app that uses moment.js, jQuery, JavaScript, CSS, and HTML, and Firebase for persistence.
dirk-dev/ClimaCell-Weather-Forecast
dirk-dev/Crystal_Collector
dirk-dev/CSS-testing
dirk-dev/FriendFinder
A matchmaking app that takes user input and compares it against a pre populated file to find the closest match between the user and potential friend. Uses JavaScript, jQuery, Node, Express, Bootstrap, HTML, and CSS. Deployed to Heroku.
dirk-dev/git_test
dirk-dev/GoodDeeds
dirk-dev/Google-book-search
dirk-dev/hotrestaurant
This is week 14 with Node Express. It was the HotRestaurant activity...REACTIFIED!
dirk-dev/learning-area
Github repo for the MDN Learning Area.
dirk-dev/liri-node-app
LIRI stands for Language Interpretation and Recognition Interface. LIRI makes use of JavaScript, Node.js and various packages to take in user input from the command line. It uses API calls for Spotify, IMDB (Internet Movie DataBase), and Bands in Town, as well as a custom query that extracts data from a text file and outputs the results to the command line.
dirk-dev/NASA_earth_imagery
React app that makes use of the NasaAPI to access Earthsat 8 imagery
dirk-dev/palindrome_checker
A simple app that checks whether a given word or string is a palindrome.
dirk-dev/Psychic-Game
dirk-dev/React-For-Beginners-Starter-Files
Starter files for learning React.js with React for Beginners
dirk-dev/Responsive-Portfolio
dirk-dev/Revised_Portfolio
Personal website updated in 3/2019 - 4/2019
dirk-dev/sequelizedBurger
Uses a MySQL database and Sequelize/Sequelize CLI npm packages to manage user input, Handlebars for HTML content, jQuery and JavaScript for program logic, and Node and Express for the back-end. Hosted on Heroku.
dirk-dev/travel-site
dirk-dev/webpack-demo-app
Accompanies my 10-part Youtube Webpack course. Each commit comes with detailed notes.
dirk-dev/WebScraper
Scrapes a website and puts the contents into a mongo database. Uses Express, express-handlebars, mongoose, cheerio, and axios.