Jeff Rossi’s Personal Portfolio

Browse through Jeff’s portfolio to see his impressive work in action.

Todo Application

Front and back end sites for a Node.js todo application. This is a basic prototype with authorization so any user will only see their own todos. For those who wish not to enter personal information the database has been seeded with randomly generated users, each with randomly generated todos. A method is provided to sign in as one of the random users.

ToDo in Svelte

ToDo in Next / React

ToDo in Nuxt / Vue

ToDo in Angular

ToDo API

Games Application

Front and back end sites for a Node.js games application. Each site contains card games, dice games, word games, and logic games, as well as authentication to personalize high scores. API integration stores high scores and generates any required game data.

Games in Svelte

Games in Next / React

Games in Nuxt / Vue

Games in Angular

Games in Qwik

Games API

Resume Application

Front end sites for a Node.js resume application. Each site fetches data from a GraphQL API and displays the results. These are examples of full-stack or headless applications.

Resume in Svelte

Resume in Next / React

Resume in Nuxt / Vue

Resume in Angular

Resume in Qwik

Issue Tracker Application

Front and back end sites for a Node.js issue tracking application. This is a basic prototype, similar in functtion to Jira, but in limited scope. All data is randomly generated. API integration allows for data CRUD operations and authentication.

Issue Tracker in Svelte

Issue Tracker in Next / React

Issue Tracker in Nuxt / Vue

Issue Tracker in Angular

Issue Tracker API