Parker Conn
Projects
Hangman
8/19/2020
This project was built using React JS following a tutorial
by
Traversy Media. To play, enter letters on your keyboard and they will
be placed appropriately in the app. If a wrong letter is
entered, an appendage of the man is shown and the letter
is stored in the incorrect letters box. Duplicate letters
are ignored.
This project expanded upon my knowledge of react hooks and
setting up a react project. On top of the tutorial I
customized the CSS further and added significant code
linting using ESLint and Prettier. With the addition of
the NPM package "prop-types" I was able to make my
components typed and more durable to invalid arguments.
Node.js
React
JavaScript
HTML
CSS
Weather PWA
9/14/2020
This project was also built in React JS following a
tutorial by
JavaScript Mastery
This project is a Progressive Web App. To use, enter a
location in the search box and data will be displayed from
Open Weather Map. The project can be found
here.
This project expanded upon my knowledge of web
technologies. I learned what a Progressive Web App was,
how to use web app manifests, service workers, and
asynchronous Axios requests. Further, my foundations in
React JS were reinforced. This project was also enhanced
using ESLint and Prettier.
Node.js
React
JavaScript
HTML
CSS