Skip to content
View sjfox26's full-sized avatar
Block or Report

Block or report sjfox26

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. weather-app-react weather-app-react Public

    This is a weather app written in React, which I came back to refactor after several months (see Update in README). It fetches weather data from an external API (OpenWeatherMap) and displays both cu…

    JavaScript 1

  2. odin_flight-booker odin_flight-booker Public

    This is a one-way flight-booker, created as part of The Odin Project. It was a great exercise in building advanced forms, thinking through data architecture, and managing several models, views, and…

    Ruby 1

  3. react-calculator react-calculator Public

    This is a clone of the iOS calculator built with React/Redux. The business logic resides in the reducer. I went with the "fat reducer" approach mostly to try it out, but also because all of the act…

    JavaScript

  4. blog-app blog-app Public

    A blog I created. I used Rails for the back-end and React for the front-end. Hooks up with an API call to a server I had running with Postgres. My initial outline of the app included all aspects of…

    Ruby

  5. css_coffee css_coffee Public

    A responsive website for a fictional Coffee House built with HTML, CSS, and Sass. I completed this project to practice my skills with CSS Grid.

    CSS

  6. senators-native senators-native Public

    A React Native App with Welcome/Walkthrough, Authentication with Google or Firebase, and data-fetching from the GovTrack API. Learned a lot about handling List Rendering (with FlatList component), …

    JavaScript