Out Of Office
Node.js, Sequelize, Heroku, Express-Session
This traveler friendly application allows users to write about their experiences and read about other users vacations and explorations. When you arrive at the Out Of Office homepage, login or sign up for the blog. Users can write their own blog posts about the destinations they traveled, or search the blog for specific cities they want to explore. Out of Office is a travel blog deployed to Heroku. This application follows the MVC paradigm in its architectural structure, uses Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.
Pregame
Tailwind, Javascript & Third Party APIs
Pregame is an application that helps you search for breweries, concerts, and other events in any major U.S. city. Discover new events and brews while traveling, or even in your home town. When you arrive at the Pregame homepage, enter a major US city in the search bar and a list of live events and breweries will display on the page. This application was built with the help of the following languages and APIs: HTML, CSS, JavaScript, Open Brewery DB, TicketMaster API.
Weather Dashboard
HTML, CSS & Third Party APIs
Weather Dashboard is an application that allows you to search for weather in any city. When you arrive at the Weather Dashboard, enter a city in the search bar and a list the current forecast, and the five day forecast will be shown. This application runs in the browser and features dynamically updated HTML and CSS, and the use of Open Weather API.
Tech Blog
Node.js, MySQL, Sequelize, Express.js
Tech blog is a user friendly blog site where users can write blog posts about the tech industry. This application follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication. When users arrive at the homepage, they can sign up for the blog, write, edit, and delete their own blog posts, read other users blog posts and comment on them, and log out of the site.