bootstrap
1
javascript
8
materialize
1
react
8
react-router
2
redux
4
redux-form
1
sass
4
Card image cap
Code Assist

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.

Card image cap
React Playground

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.

Card image cap
Coolinmc6 GitHub User Page

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!

Card image cap
React Blog App

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.

Card image cap
Egghead.io: Build Your First Production Quality React App

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.

Card image cap
React ToDo #2 (with Redux)

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.

Card image cap
React ToDo #1 (no Redux)

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.

Card image cap
Basic Redux Counter

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.