WEB DEVELOPMENT

Card image cap
myFlix Angular

The client-side for an application called Bechflix based on its existing server-side code (movie_api) using Angular. The goal of this project was to recreate the Bechflix frontend app using Angular instead of React.

  • Angular | TypeScript | Angular Material
Card image cap
Simple Pokedex

A basic JavaScript application that loads the Pokedex API for viewing. The application uses HTML, CSS & JavaScript functions along with polyfills, bootstrap & jQuery with modals, buttons & a navbar.

  • JavaScript | Bootstrap | JQuery
Card image cap
movie_api

The server-side component for Bechflix. API is a Node.js & Express application using REST architecture with URL endpoints for all user action features. Built using MongoDB, modeled with Mongoose and deployed via Heroku.

  • Node.js | MongoDB | Express | Morgan | Mongoose | Postman