Skip to content

jfvillablanca/portfolio

Repository files navigation

jmfv's portfolio

Links to my project are provided below. This is also the repo for my personal website

⚠️ The website is under construction ⚠️

Projects

  • A Trello-inspired task management app. NestJS/Express CRUD API backend complemented by a Vite/React frontend.

    • Database: MongoDB with Mongoose ODM
    • State Management: TanStack Query
    • Authentication: JWT Auth with PassportJS
  • An RTC app, replicating Discord's chat room functionality. The project's tech stack uses React, Express, and Socket.IO to enable bidirectional communication channels.

  • A mock fast food mobile app built using Vue 3 Composition API, Ionic Framework components and CapacitorJS.

  • A simple text editor written in Rust based on the GNU nano

  • A CLI app written in Rust with the Clap crate. It takes a JSON file then flattens the key-value pairs and prints to standard output.

  • A React app that retrieves quiz items from the Open Trivia Database through Fetch API calls.