V School | Better Humans, Better Outcomes

Code Challenge Curriculum

Code Challenges are not only important for the interview, but they help us get familiar with code syntax and strengthen our problem solving. You are provided with a git repository that will take the role of a large workbook for these challenges and exercises. Tests will be provided for code

Likable/Likeable App

You are going to create a full stack application with user authentication created with Node, React, Express, Mongoose & Mongodb that allows users to log in and vote for their favorite spelling of your app. Feel free to use a different word. Requirements: * A user will see a login/signup page

Mongo Installation on Windows

To install and start Mongo on Windows, follow these directions: Follow the instructions on https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ * After the program is downloaded, find the bin folder. (This is inside the mongodb program file that was installed). Copy the link to this folder. * Press windows and type

isPalindrome

Write a function that takes a string and returns true if that string is a palindrome. For an added challenge, phrases with spaces and characters can be palindromes. "Eva, can I see bees in a cave?" would return true. Hints: reverseArray() reverseString() It may help to first write a function

Meme List Generator: Level 3 Group Capstone

Your group will make an app that satisfies the following user stories. It will be similar to what was completed in Scrimba, but will be done in VS Code and in a group using git: * A user will see a meme image on page load * A user can click "refresh

V School | Better Humans, Better Outcomes © 2026