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.
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.
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.
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.