Projects

worldschoolingpopups.com  🌏

Next JS Express.js NodeJS React MongoDB TailwindCSS Heroku Netlify

Date completed: March 3, 2022
Date updated: August 12, 2023
Repo: github.com/rusty-reebs/worldschoolingpopups-next
Live site: https://worldschoolingpopups.com
Optimized for 📱  mobile and  🖥  desktop!

New: updated in 2023 to Next.js for static site generation (SSG) and incremental static regeneration (ISR) with a Supabase backend.

Filling a need for a central listing of worldschooling events, this REST API is built in Express. It features an AirBnB-style public frontend where users can browse events, and a separate admin frontend with JSON web token (JWT) authentication in the form of a header cookie. I also used React to conditionally render optional information such as excursions and age range. Maps and image handling are provided via the Google Maps and Cloudinary APIs, respectively.

screenshot  screenshot

screenshot  screenshot


Members Clubhouse authentication app 👥

Express.js NodeJS MongoDB TailwindCSS Heroku

Date completed: February 5, 2022
Code repo: github.com/rusty-reebs/members-clubhouse
Live site: comfortable-hare-pantyhose.cyclic.app/
Optimized for 📱  mobile and  🖥  desktop!

This fun message board app explores user authentication, permissions, and security with PassportJS, localStrategy, express-session, bcryptJS, and .env files. After becoming a member, users are able to see the previously blurred-out content and make public posts. Styling was a breeze with Tailwind! 👍👍

screenshot  screenshot  screenshot


Cycle Logical CRUD app 🚵‍♂️

Express.js NodeJS MongoDB Bootstrap Heroku

Date completed: January 29, 2022
Code repo: github.com/rusty-reebs/inventory-app
Live site: Currently under maintenance.
Optimized for 📱  mobile and  🖥  desktop!

Utilizing the MVC (Model, View, Controller) design pattern, this Express app allows the user to perform CRUD (Create, Read, Update, Delete) operations with a backend NoSQL database. I also implemented image uploading via the Cloudinary API and used Bootstrap for responsive styling.

screenshot  screenshot

screenshot  screenshot


Tweeter social media app 🦜

React Netlify Firebase Styled Components Testing-Library CSS3 HTML5

Date completed: January 8, 2022
Code repo: github.com/rusty-reebs/twitter-clone
Live site: Not available due to new Twitter API policy 😪
Optimized for 📱  mobile and  🖥  desktop!

Building on my previous experience, this project added some extra complexities like user authentication and a serverless backend function to call the Twitter API. Plus the usual fun stuff like async functions, conditional rendering, and the useState/useEffect hooks. Try out its interactive features!

screenshot screenshot


Where’s Waldo  🔎  photo-tagging app

React Firebase  CSS3 HTML5

Date completed: December 4, 2021
Code repo: github.com/rusty-reebs/wheres-waldo
Live site: rusty-reebs.github.io/wheres-waldo
Optimized for  🖥  desktop and  📱  landscape mobile!

This was a great project involving many practical programming skills like conditionals, asynchronous functions, and manipulating arrays. I gained a stronger understanding of React hooks like useEffect and how to set up and use a BaaS (Backend-as-a-Service) site, eg. Firebase.

Screenshot

Screenshot


Shopping cart app 🛒

React React Router CSS3 HTML5

Date completed: November 23, 2021
Code repo: github.com/rusty-reebs/shopping-cart
Live site: rusty-reebs.github.io/shopping-cart
Optimized for 📱  mobile and  🖥  desktop!

Written in ⚛️ React.js and plain CSS. Practiced using react-router-dom, functional components, and hooks. I had a lot of fun coding this project! One of the biggest challenges was thinking about how to organize and manage objects that are in state.

Screenshot

Screenshot


To-Do List app ✅

JavaScript Webpack CSS3 HTML5

Date completed: November 5, 2021
Code repo: github.com/rusty-reebs/to-do-list
Live site: rusty-reebs.github.io/to-do-list
Best viewed on  🖥  desktop.

Written in plain JavaScript and plain CSS. Practiced using and manipulating dynamically-created objects in JavaScript. This was a complex project with a lot of moving parts! Also had to manage event listeners and bubbling.

Screenshot

Screenshot


Battleship game 🚢

JavaScript Jest Webpack CSS3 HTML5

Date completed: November 2, 2021
Code repo: github.com/rusty-reebs/tdd-battleship
Live site: rusty-reebs.github.io/tdd-battleship
Best viewed on 🖥 desktop.

Written in plain JavaScript and plain CSS. Learned to use test-driven development with Jest. Practiced OOP principles such as the Single Responsibility Principle. (Could use more practice with this! 😅)

Screenshot


Weather app ☀️

JavaScript Webpack CSS3 HTML5

Date completed: October 3, 2021
Code repo: github.com/rusty-reebs/weather-app
Live site: rusty-reebs.github.io/weather-app
Optimized for 📱 mobile and 🖥 desktop.

Written in plain JavaScript and plain CSS. Learned to use APIs and asynchronous functions in JavaScript. Processed all time data myself without libraries. Also used CSS media queries for responsiveness.

Screenshot  Screenshot


Restaurant page ☕️

JavaScript Webpack CSS3 HTML5

Date completed: August 17, 2021
Code repo: github.com/rusty-reebs/restaurant-page
Live site: rusty-reebs.github.io/restaurant-page
Best viewed on 🖥 desktop.

Written in HTML, CSS, and plain JavaScript. Learned to use ES6 modules and webpack to dynamically render pages with JavaScript.

Screenshot

Screenshot


Tic Tac Toe ❌⭕️❌

JavaScript CSS3 HTML5

Date completed: August 5, 2021
Code repo: github.com/rusty-reebs/tic-tac-toe
Live site: rusty-reebs.github.io/tic-tac-toe

Written in HTML, CSS, and JavaScript. Practiced writing factory functions, methods, module patterns and IIFEs.

placeholder image 1 placeholder image 2

Library 📚

JavaScript CSS3 HTML5

Date completed: July 15, 2021
Code repo: github.com/rusty-reebs/library
Live site: rusty-reebs.github.io/library

Written in HTML, CSS, and JavaScript. Practiced using JS objects, Array.forEach() method, Object.keys() method, and local storage.

Screenshot

Screenshot