Getting Started
In order to solve these react challenges, you'll want a code playground for solving these problems. I recommend to just use TanStackStart https://tanstack.com/start/latest/docs/framework/react/quick-start as that initial starting point. It is a great framework with a built in router which means you can easily setup new routes for each challenge. You could also use Vite to scaffold up a new project or Next.js, but I will be focusing on TanStackStart.
We will be using the initial TanStackStart project for making new routes for each challenge, and then you can update the index of the project to create links to each of your solved challenges.
Please watch my video walkthrough below for more information.