
This app is a simple To-Do list that allows you to add, move, and delete tasks. This project was great for learning how to display new objects added to an array.
Next.js | Tailwind CSS | TypeScript

This is a simple quiz app that gives the user instant feedback about their answer as well as total score at the end of the quiz!
Next.js | JavaScript | Tailwind CSS

This app finds the weather of whichever city you search and gives you the general weather appearance, temperature, and humidity. To get this information, this app pulls its information from an API provided by openweathermap.org.
Next.js | Tailwind CSS | TypeScript | REST API