You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Ruby-on-Rails app enables users to plan a convoy trip and consider a number of variables; it uses Embedded Ruby (ERB) in the front-end. This was my third portfolio project submission in the Flatiron School curriculum
This Sinatra web app allows multiple users to create todo lists. Safely create an account to keep track of your chores! We use BCrypt to encrypt user passwords. Take note of important details with the option to add a description to each task! Tasks are stored in a database created with SQLite3.