Welcome

Projects and Development

Anemoi

If you are tired of the same boring traditional weather app, then this application is for you. Anemoi is the weather app that doesn't just gives you accurate weather conditions for any searched city, but will also present you with a song playlist based on such weather condition.
A sort of Weatherized Music if you will!

Technology Used:

GitHub
Bookit-List

The Bookit-List application is a full-stack CRUD application for users that would like to keep track of books they would like to read or books that they have read. Using passport for authentification, a user will need to sign up or login with the proper credentials in order to gain access to the bookit-list dashboard. Users can than add books to there bookit-list by searching for books; book search results are supplied with google books API.

Technology Used:

GitHub
Weather Dashboard

The Weather Dashboard is a simple weather application for the user on the go such as it receives weather data from Open Weather Map via API calls. A User inputs a city and at a button press, the user is presented with the current weather conditions of such city. User is also presented with a five day forecast for such city.

Technology Used:

GitHub
Eat Da Burger!

Eat Dat Burger is a full-stack web application that allows users to create a burger ready to be devoured at the click of a button. Created burgers displays on the left side of the screen, then populate to the right side of the screen if the user clicks the eat button. Burger data is stored on MySQL database, all GET, POST, PUT, and DELETE methods are routed with express.

Technology Used:

GitHub
Note Taker

This is a Note Taker application that can create, save, and delete notes. The application uses express server to respond to POST request to save notes to a db.json file and GET request to retrieve the data from our db.json as JSON. FS or File System functions allows us to modify our db.json file while path functions allows us a pathway through the directory.

Technology Used:

GitHub
Day Planner

The Day Planner is an application for the average day to day 9 to 5 individual. This app receives current time data from Moment.JS, this data is compared to our day planner time-block. A user can then input an event into a time-block and based on time of event, a color scheme that represents the past, present, and future is presented.

Technology Used:

GitHub