Pinned Repositories
open-source-for-good-directory
A directory for freeCodeCamp's Open Source for Good apps - solutions for nonprofits
book-trader
A web app built from the ground up that allows authenticated users to post books with the Google Books API, search and sort the user book library by category, and propose trades to other users. HTML/CSS, Javascript, React, React Router, Node, Express, Mongoose, MongoDB, OAuth, REST APIs, Webpack, Babel
bucket-list
FCC final full-stack project (make a Pinterest clone) => A web app where users can post their SF bucket list things to do. Other users can view, like, and compile their bucket lists. Each item displayed as card and can include external links, photos, and other details.
c-algorithm-solutions
Storage of algorithm work for C++ problems
chart-stock-market
A company tracking app that requests real time stock data via websocket connections and draws interactive graphs with d3.js and HTML5 canvas. Uses Twitter streaming data and algorithmic analysis to explore relationship between company performance and Twitter sentiment. HTML/CSS, Javascript, React, Node, Express, MongoDB, d3.js
code-wars-solutions
Repository for reviewing algorithm work
cracking-the-coding-interview
Javascript solutions for Cracking the Coding Interview
isolation-adversarial-search-agent
An AI agent that uses minimax, alpha-beta pruning, and iterative deepening search methods to play isolation
react-redux-express-mongo-starter
In development - Universal (isomorphic) boilerplate starter for personal projects that incorporates React, Redux, React Router, Express, Mongoose, Sessions, Passport, Webpack, Babel, Karma
talented-slack-bot
A real time messaging bot built for Slack with Node.js websockets that can tell the weather, fetch news and stock quotes, calculate travel times and distances, and get data on Uber rates and times. Uses Google, Uber, NY Times, and OpenWeather APIs
jmcilhargey's Repositories
jmcilhargey/bass-music
Codecademy Ruby on Rails: Using associations to build a music app
jmcilhargey/boltnetwork
Codecademy HTML/CSS: Build a webpage with a form and a grid of images
jmcilhargey/boltnetwork-2
Codecademy AngularJS: Updated movie board using a controller and a view
jmcilhargey/bonsai
Codecademy jQuery: A meme generator using the .keyup event and .text()
jmcilhargey/bookmarks
Codecademy Ruby on Rails: Using model association to build a book review site
jmcilhargey/excursion
Codecademy HTML/CSS: Build a page using the HTML <video> element
jmcilhargey/feedster
Codecademy AngularJS: A project diplaying a news feed app built with directives
jmcilhargey/google-homepage
Project Odin HTML/CSS: Build the Google.com homepage
jmcilhargey/headlines
Codecademy HTML/CSS: Built from scratch using Bootstrap's grid layout
jmcilhargey/hello-app
Rails Tutorial: Testing out Cloud9 Rails development environment
jmcilhargey/joe-portfolio
Sample site to showcase projects from the Codecademy, Project Odin, and Free Code Camp programs
jmcilhargey/microblog-rails-app
Rails Tutorial: Sample microblogging application with user data, posts, authentication, dynamic content, and social features.
jmcilhargey/move-log
Codecademy AngularJS: Exercise tracking app using directives
jmcilhargey/pizzaplanet
Codecademy AngularJS: Created a restaurant menu using filters and directives
jmcilhargey/pocketbook
Codecademy jQuery: Using the .submit event to show error messages when form fields incorrect
jmcilhargey/portfolio-site
Project Odin: Sample portfolio site built using Ruby on Rails
jmcilhargey/sql-lite
Codecademy SQLite: Building tables, common queries, writing aggregate functions, and querying multiple tables
jmcilhargey/stories
Codecademy Ruby on Rails: Website for travel app that ties together concepts of building app with routes, controllers, and views, saving data to database, and creating associations
jmcilhargey/threadly
Codecademy jQuery: A comment posting service using the .keypress event, .text(), and .appendTo()
jmcilhargey/toy-app-rails
Rails Tutorial: Demo Rails application using scaffold generators