You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A React application for designing spacecraft by managing an inventory of items. Features a controlled form for adding items with validation, and displays/deletes items using a component-based architecture, demonstrating state management and parent-child communication.
React app created with CodeSandbox as part of the Skillcrush Javascript React course. The aim of this assignment was to practice using functional components, building array data models, writing stateful components, working with user input and using lifecycle methods. The Name Tag Generator app lets users generate and remove name tags.
This project was designed to practice API calls and requests using the GIPHY API to display gifs from the user's input as well as random and trending gifs
Timed coding quiz with multiple-choice options. The application runs in browser, and it features dynamically updated HTML and CSS powered by Javascript code
This project was designed as a lesson to practice object-oriented Javascript by creating an address book with the ability to add contact information as objects.
Intelli Prompt is a Node.js package that provides an interactive command-line interface with real-time suggestions. It allows you to prompt the user for input while providing autocomplete suggestions based on the options you provide.
An interactive web application designed to track and log workouts using geolocation and map functionalities. The app allows users to add details about their activities, such as running or cycling, and visualize their workout locations on an interactive map. This project highlights working with third-party API and user input handling.