Trucking Exchange Network - https://trucking-exchange-network.herokuapp.com/
Marketplace platform connecting trucking asset capacity with logistics-dependent industries.
•Engineered user interface with React/Javascript, SemanticUI/CSS/styled-components, and a Ruby on Rails backend
•Allows user to create, organize, and publicly post industry specific marketplace offerings
•Allows browsing of marketplace posts consisting of offerings from many users
•Created Navigation tool with react-router to multiple client-side endpoints
•Tracks and aggregates marketplace data such as average bid per mile, top destination/origin locations, and marketplace participation by user
•Custom backend routing allows for frontend access to relational databases
•Validates user and marketplace inputs for clean backend data
Movie Blogger - https://github.com/theoferguson/Movie-Blogger
Movie blogging application for saving, reviewing, and searching movies.
•Engineered user interface with React/Javascript, HTML, Bootstrap/CSS/styled-components as well as a JSON server to persist activity
•Allows user to search a large public movie database API with useEffect and view details of specific movies via modal pop-up
•Created Navigation tool with react-router to multiple client-side endpoints
•Persist reviews left for specific movies via submission of a custom form component
•Filter listed movies alphabetically, by release date, and by reviewer rating
•Program allows user to persistently delete and edit previously written reviews
Star Love - https://github.com/theoferguson/SWAppProject
Single Page Application in which you can search, save and comment on your favorite Star Wars Characters with examples provided.
•Engineered user interface with Javascript, HTML, CSS as well as a JSON server to persist activity
•Communicates with a public API using JSON format to read, search for, and display data on the DOM