Giter Club home page Giter Club logo

Adam's Projects

angular icon angular

Learning all about Angular via <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.udemy.com/course/the-complete-guide-to-angular-2/">Angular - The Complete Guide [2021 Edition]</a> by Max Schwarzmueller.

autobid icon autobid

This is a collaboration with a friend from Minnesota who is learning to code in Python. The goal is to create a rudimentary bidding AI for the <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://still-bayou-51404.herokuapp.com/">A#Maj Bridge</a> website I created. Learn more <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://adammajor.herokuapp.com/examples/autobid">here</a>.

bridge icon bridge

This is a personal project created during the pandemic to play Bridge with my friends in Minnesota. I started this project right after I completed the Udemy course by Colt Steele called <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.udemy.com/course/the-web-developer-bootcamp/">The Web Developer Bootcamp 2021</a>. Learn more <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://adammajor.herokuapp.com/examples/bridge">here</a>.

calculator icon calculator

Implementing a Calculator using Vanilla Javascript, SCSS. This project was completed for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a> and was by far the most complicated Javascript app I had written up to this point. Also, this was my first introduction to unit testing.

calendar icon calendar

A calendar created using React and Spring Boot. Created as part of the B2E program with York Solutions.

certificates icon certificates

A collection of Certifications and Courses I have completed (All but the A+ and Network+ were completed during my time in Hawaii from July 2018 - June 2019)

cli_event-manager_ruby icon cli_event-manager_ruby

Another Ruby Project for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a> regarding templating using Ruby (Embedded Ruby).

cli_hang-man_ruby icon cli_hang-man_ruby

The second Ruby project for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a>. A CLI version of Hangman with save game feature using YAML and basic AI.

cli_mastermind_ruby icon cli_mastermind_ruby

The third Ruby project for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a>. A CLI version of Mastermind with color coding. By far the most complicated Ruby program written up to this point.

cli_tic-tac-toe_ruby icon cli_tic-tac-toe_ruby

This was the first Ruby project I created for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a>.

css-grid icon css-grid

This is the final project in the <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.udemy.com/course/advanced-css-and-sass/">Advanced CSS and Sass: Flexbox, Grid, Animations and More!</a> by Jonas Schmedtmann on Udemy. I expanded upon the original design.

data-structures-and-aglorithms icon data-structures-and-aglorithms

Learning about various Data Structures and Algorithms (also attempting to practice recursion by writing my own implementation of common algorithms like QuickSort and MergeSort).

downloader icon downloader

A C# program I started in March of 2020 to batch download mp3 files from sites like <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://ocremix.org/">OverClocked Remix</a> and <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://downloads.khinsider.com/">Kingom Hearts Insider</a>. Learn more <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://adammajor.herokuapp.com/examples/downloader">here</a>.

dynamic_programming icon dynamic_programming

Learning About Dynamic Programming via <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.youtube.com/watch?v=oBt53YbR9Kk">Dynamic Programming - Learn to Solve Algorithmic Problems...</a> by FreeCodeCamp and CoderByte.

etch-a-sketch icon etch-a-sketch

Another project I completed for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a> focused on using Javascript to perform DOM manipulation.

google_homepage icon google_homepage

The first project in <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a>. The task was to recreate a version of the Google homepage using HTML5 and CSS3.

graphql icon graphql

A GraphQL Demo using Express, express-graphql, and graphql. Created as a follow along to a Youtube video.

knight-s-tour-problem icon knight-s-tour-problem

My implementation of the knightMove function which uses recursion to get the shortest path between two points on a chess board using the movement pattern of the knight piece.

nasa_test icon nasa_test

This was initially inspired by an early assignment in <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a>, but I expanded upon it.

natour icon natour

This is the first project from the Udemy Course: <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.udemy.com/course/advanced-css-and-sass/">Advanced CSS and Sass: Flexbox, Grid, Animations and More!</a> by Jonas Schmedtmann. This was the first project in the course. It shows learners how to use floats to create moderately complicated layouts as well as quite a few CSS bells and whistles.

nestjs icon nestjs

Learning the basics of NestJS via tutorials available on various platforms like YouTube.

nextjs icon nextjs

Learning the basics of NextJS by following tutorials from platforms like YouTube.

nxbridge icon nxbridge

A replay viewer for games played on A# Maj</a> bridge (the socket.io-based multiplayer bridge app I <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="/examples/bridge">made.</a>

nxdemo icon nxdemo

Learning about Narwahl Nx via a simple demo/tutorial video on youtube: https://www.youtube.com/watch?v=bvzXuAu7XHk

paperrockscissors icon paperrockscissors

This was a project that I completed for <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://www.theodinproject.com/">The Odin Project</a>. My first time using Javascript along with HTML5 and CSS3.

playlist-syncer icon playlist-syncer

A rudimentary playlist syncing app that I wrote in Mar-June of 2020 after <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://issuetracker.google.com/issues/150054563">updating to Android 10 broke playlist syncing</a>. Learn more <a target="_blank" rel="noreferrer" class="skills-popup__link-text skills__title--animating" href="https://adammajor.herokuapp.com/examples/playlist-syncer">here</a>.

powershell icon powershell

A collection of PowerShell scripts written between 2017 and 2019.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.