A web app that allows users to create their own library of snippets to quickly look up commonly used custom code. I created this because I wanted an easy-to-access repository of my code that can be searched by keywords, language, and tag.
A React app used as a foundation to play around with React and Redux. This app allows me to quickly experiment with React features or app ideas with the foundational React and Redux insfrastructure already in place.
It's this page!! This page was created using React to display my portfolio projects with a particular focus on giving outsiders the ability to filter my projects by technology and actually see it in action!
This app uses React, Redux, ReduxForm, and some more advanced styling in the form of Sass and Bootstrap. This was an even more complex app that allowed me to learn Redux Form for adding blog posts and dynamic routing in React Router.
This Egghead.io course was great introduction to production-quality React that covered React state, testing, and HTTP requests to a "server". It also introduced me to json-server which I use in my Code Assist app.
This is another todo app using React and Redux and build off of my first Todo App. The goal of this project was to largely take what I learned from my React-only Todo app and the Redux Counter app and apply it to a slightly more complex project.
This is my first todo app using React state. I practiced creating a class-based component, instantiating state in the TodoList, adding / removing / editing / deleting items without mutating state, event handlers, etc.
My first React app with Redux. The app itself is very boring but it was a great introduction to setting up the project using create-react-app, Redux and react-redux, and learning the flow of state through a Redux app.