Andrew Sverdrup

Logo

Software dev πŸ’», basketball πŸ€, working out πŸ’ͺ🏻
andrew@sverdrup.dev

View the Project on GitHub AndrewSverdrup/andrew-sverdrup

Live Projects

Sverdrup Engineering Services

I created a website for Sverdrup Engineering Services. The site is a static site built with Gatsby and hosted with Netlify. Continuous deployments are done every time code is pushed to the repository (currently not an open-source repo).

Checkout the finished webpage here https://www.sverdrupservices.com.

Fun/Learning Projects

React Weather App

I built a weather app using React, CJSX, CoffeeScript and SCSS.

Check out the finished webpage here http://reactcurrentweather.herokuapp.com/.

Check out the source code here https://github.com/AndrewSverdrup/Udemy-ReactWeatherApp.

React Timer App

I built a timer app using React, CJSX, CoffeeScript, SCSS, Express, jQuery, Karma, Jasmine, and Webpack.

Check out the finished webpage here https://udemyreacttimerapp.herokuapp.com/.

Check out the source code here https://github.com/AndrewSverdrup/Udemy-ReactTimerApp.

College Projects

JavaScript Binary Tree Website

I wrote code to implement a binary tree in JavaScript. I then created a simple website using HTML/CSS and Bootstrap to allow interaction with the binary tree.

Check out the finished webpage here https://andrewerau.github.io/jsBinaryTree/.

Check out the source code here https://github.com/AndrewERAU/jsBinaryTree.

Ruby on Rails Binary Tree Website

I wrote code to implement a binary tree in Ruby. I then created a simple website using Rails to allow interaction with the binary tree.

Check out the finished webpage here https://rubybinarytree.herokuapp.com/.

Check out the source code here https://github.com/AndrewERAU/rubyBinaryTree.

Scala and Play Binary Tree Website

I wrote code to implement a binary tree in Scala. I then created a simple website using the Play framework to allow interaction with the binary tree.

Check out the finished webpage here https://scalabinarytree.herokuapp.com.

Check out the source code here https://github.com/AndrewERAU/scalaBinaryTree.

Java Swing Calendar GUI

I led a team of 4 in the development of a desktop calendar application using Java and Swing. We created a nice GUI designed for a Mac computer. Since we used Java, it runs on Windows and Linux as well, but doesn’t look as good. It can be difficult to add events, as the β€˜Add event’ screen expects data in the same format that it is stored in the SQLite database.

Here’s a picture of the main screen:

Calendar GUI Screenshot

Checkout the source code here https://github.com/AndrewERAU/Calendar.