Russell Propert's Portfolio

Projects

Restaurant Application

This Next.js app was my capstone project for my full stack certification. I used Strapi for the database and email authentication, Firebase for Google authentication, and Stripe for card processing. See it run here, hosted on DigitalOcean.

See Repository
Bank Application

This React application demonstrates changing state through various banking transactions. See it run here, hosted on AWS.

See Repository
Starry Trail

This is a screen art project that demonstrates raw HTML, CSS, and Javascript. Move the mouse pointer around on desktop or swipe the screen on mobile to see the blocks light up in a trail and fade away. See it run here, hosted on Vercel.

See Repository
Blackjack

This was the final project for freeCodeCamp's "Python for Beginners" course covering Python fundamentals. I made several modifications to the original project such as handling more than one ace in a hand, adding a Table class for a better gameplay experience, and adding a statistics screen at the end.

See Repository
ISS Tracker

See the current position of the International Space Station, updated every 10 seconds, while creating a map line of its path.

See Repository
Real Time Bus Tracker

See a map of Boston and Cambridge that shows the real time locations of the MBTA’s route 1.

See Repository
ATM Exercise

An app that simulates an ATM machine. It demonstrates using state with React

See Repository
PacMen Exercise

A CSS/Javascript project which adds many PacMen to the screen and sends them off in different angles, bouncing them off the boarders when reached.

See Repository
Tic Tac Toe

A tic tac toe game created with React. Click on a square to mark your tile.

See Repository
To Do List

An exercise using React state with which you can add and remove to do list items.

See Repository