V School | Better Humans, Better Outcomes

Redux Timer

Exercise### Your challenge is to build a timer using React and Redux. This is a pair programming exercise, so pick a partner! Requirements: 1. Display Minutes and Seconds 2. Start Button 3. Stop Button 4. Reset Button 5. Style creatively using whatever CSS tools you prefer Bonus Points: 1. Display

Two Sum

Given an array of integers and a target integer, return the indices of the FIRST two numbers which add up to the target. Assume the same element may not be used twice. Example twoSum([1,2,3], 4); //returns [0, 2] because 1 + 3 equals 4

React Wars

Exercise### Your goal will be to build a simple Single Page Application that implements React Router with axios. 1. Create a sidebar of Link components displaying the character names retrieved from the star wars api. Use this URL: https://swapi.co/api/people/ 2. Using a Switch component, display each

If Statement Olympics

The exercise will get progressively harder. You should at least strive to get one medal, but please try to go the extra mile! Also, feel free to practice using ternary statements for extra credit too! Preliminaries 1. Write an if statement that prints "is greater than" if 5 is greater

Loop Olympics

The exercise will get progressively harder. You at least should get one medal, but feel free to go the extra mile! Preliminaries 1. Write a for loop that prints to the console the numbers 0 through 9. 2. Write a for loop that prints to the console 9 through 0.

V School | Better Humans, Better Outcomes © 2026