Course Projects

Software Engineering

CSCI 6050: Tasked to create a full stack replica of the ACM movie booking website as part of a team of 4 in an Agile Environment. Implemented using in an MVC design framework using HTML, Java Servlets, and MySQL.

New Media iOS Development

NMIX 4310: Final project cumulated the UX design topics learned through XCode with the programming principles discussed about Swift to form a productivity app. The app was inspired by the concentration techniques that exist for studying and provided tools for better organizing one's schedule.

New Media Web Development

NMIX 5110: Revolving around front-end web development, the final project pulled information from an API about cats and prompted users for input on their lifestyle. The site then scored each breed based on compatibility with the user's lifestyle and provided a recommendation. The website was implemented using Vue.js, The Cat API and a web HTML/CSS template.

Android Mobile Development

CSCI 4060: More to come, will take course in Spring 2020!

New Media Web Development Projects

Introduction to HTML and CSS

For our first project we started with a page about ourselves and added on various CSS stylings.

Implementation of Javascript and Flexbox

Once we built our foundation of static html pages, we improved the styling using Flexbox. We then added slideshows that were implemented in JavaScript.

Extracting JSON Data

Building off the JavaScript foundation, we pulled information about our classmates from a JSON feed and displayed it using Flexbox.

Vue.JS and API Integration

After picking up the fundamentals of the Vue.JS framework, we connected a web template to an API and displayed information about animals based on the data provided by the API.