Coding Projects
Examples of my non-professional code
Fiber Composite Mechanical Properties Calculator
Accepts input detailing types of fiber and dimensions making up a composite material, such as carbon fiber. Outputs data on material strength and other mechanical properties. Coded in C++ language.
To-Do List
Lists tasks and organizes them into different projects, and sorts them by different criteria. Uses webpack to combine modules and assets, and utilizes the date-fns library to better handle JS date objects.
Admin Dashboard
Given an example dashboard, this was created to replicate the style. Aligned everything with CSS grid, making a responsive design.
Restaurant Page
Website for a fake pie shop with multiple different pages for more info. Uses webpack and separate modules for each page. Features a cool pie shaped menu I created.
Etch-a-Sketch
A fun little project recreating the effect of an Etch-a-Sketch by changing the color of each grid pixel upon mouseover. Can change color and the number of pixels in the grid.
Sign-up Form
A simple dummy sign up form with responsive design and front-end form validation.
Tic Tac Toe
A tic-tac-toe game where you play against the computer. The game is created using factory function and is exclusively operated through objects and their methods.
Library
A library page, with the books added or removed by the user. Uses class constructors to create more book objects.
Calculator
A simple calculator, with calculations being made in Javascript.