MJ Sampsel
62 Shoreview Dr, Bedford, NS B4A 1V5
mj@dunntec.com
MOBILE: 902-222-2169
Portfolio
Click here to view source code on github.
This resume & portfolio was built with HTML & CSS with grid
SL Venue Manager

- Venue manager for club and event managers
- Built using: Bootstrap, HTML, CSS, PHP, MySQL, API (CURL)
- Differing access levels for owners, managers, staff, and visitors allow users to have access to different parts of the website and permissions to the data. Currently supporting over 500 unique users.
- Automatic updates of data and schedule through CRON and APIs
SL Rental Display

- Rental Display Website
- Customized Wordpress site, using PHP and MySQL to store and retrieve the data
- Rental status (available or not available) is updated automatically when a unit is released or rented. Currently supporting nearly 1000 unique rental properties.
Gift Exchange Matcher

- Single page app for randomly matching gift exhange particpants
- Built using: React
Roman Numerals Convertor

- Single page app for converting numbers to roman numerals
- Built using: React
Markdown Previewer

- Single page app for showing a preview of markdown text in real time as it is typed
- Built using: React & Bootstrap
Formula Calculator

- Single page app for doing calculations on a series of numbers using order of operations
- Built using: React & Bootstrap
Heat Map

- A heat map generated from a JSON data file showing the monthly global land temperatures over time
- Built using: Javascript & D3
Choropleth Map

- A choropleth map generated from a JSON data file showing the percentage of adults with a Bachelor's degree in the USA
- Built using: Javascript & D3
Bar Chart

- A bar chart generated from a JSON data file showing the gross domestic product by year
- Built using: Javascript & D3
Scatterplot Chart

- A scatterplot chart generated from a JSON data file showing doping statistics in professional cycling
- Built using: Javascript & D3
Pomodoro Timer

- Single page app that counts down adjustable times for working and breaks
- Built using: React & Bootstrap