V School | Better Humans, Better Outcomes

React Developer Tools

React Developer Tools Developing React apps becomes a lot more pleasant when you utilize the React Devtools. In many ways, it looks like your DOM tree does in the elements tab, and you will explore it in the same way. Installation Go to https://chrome.google.com/webstore/detail/react-developer-tools/

Express Query Practice

const inventoryItems = [ { name: "banana", type: "food", price: 200, },{ name: "pants", type: "clothing", price: 2500, },{ name: "basket ball", type: "toy", price: 1000, },{ name: "rockem sockem robots", type: "toy", price: 1500, },{ name: "shirt", type: "clothing", price: 800, },{ name: "soup", type: "food", price: 300, },{

Built a Component Shakespeare Edition

Shakespeare has been getting a lot of reviews recently about his plays. So far he has managed to build a backend API to serve them, but he doesn't have the chops to finish out the UI. That's where you come in, your task is to build a client side app

React Router Nested Routes

A common paradigm when creating web applications is to have a "list page" and a "detail page". Consider a product search on Amazon. The results that show up from the search is a list of products with some information about each (price, ratings, title, part of the description, etc.). When

DJ React

You are a DJ, and are learning to code. All DJ's love buttons that turn squares different colors. Requirements: Your DJ color board will use smaller buttons to make your grid of four squares change colors. This is a great time to practice CSS Grids. Create four squares in a

V School | Better Humans, Better Outcomes © 2026