Categories
JavaScript The Odin Project

React Hooks: Memory Card Game

Creating a Memory Card Game Using JavaScript React Hooks in Functional Components

react-logo

In order to dial-in my React skills, I created a memory card application. For this project I used functional components instead of classes.

Categories
JavaScript The Odin Project

My ToDo List in JavaScript

todo-app-javascript glenn-cartens-peters

My most recent project of the JavaScript curriculum at theOdinProject, was to create an app to manage a ToDo list in Javascript. This project required a lot building HTML elements through JavaScript, and it also showcased my ability to organize my code into different modules in separate files. Another new concept introduced in this project was saving data via localStorage.

Categories
JavaScript The Odin Project

JavaScript Tic-tac-toe

As my second project of the JavaScript curriculum at theOdinProject, I created a JavaScript Tic-tac-toe game. This project demonstrates using modules and factories to create objects.

Categories
JavaScript The Odin Project

JavaScript Library Records

I just completed my first assignment in the final chapter of my coding experience at theOdinProject, a simple JavaScript library record webpage. This project demonstrates taking advantage of client-side JavaScript to add, modify and delete web content on the browser.