Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Next.js game ecommerce interface built as a React interview challenge with Chakra UI and Vercel.

Next.js ecommerce starter built as a web programming final exam, using MongoDB, Prisma, Tailwind CSS, and JWT auth.
React Challenge Supera is an open-source Next.js project that implements a game-store ecommerce interface, built by Rafael Goulart as a programming challenge for an interview at Supera. It runs on the Next.js React framework with Chakra UI for styling and is deployed live on Vercel at https://react-challenge-rafael.vercel.app/. The repository documentation is written in Portuguese and includes setup instructions for running the app locally with Yarn.
React Challenge Supera is a web application template for a game ecommerce store, built specifically to demonstrate React skills in an interview context. It takes a product catalog of games as its data and produces a browsable storefront where visitors can list games, sort them, add items to a shopping cart, and calculate shipping costs. The project was authored by Rafael Goulart and is maintained on GitHub under the MIT license. The live demo is hosted on Vercel.
The README provides a simple two-step setup. After installing Node.js and Yarn, run yarn install to install dependencies and yarn dev to start the development server. The app then runs at http://localhost:3000. The project also has a production build deployed on Vercel.
React Challenge Supera is a game ecommerce interface built with Next.js and Chakra UI. Users can list games, sort the catalog, add games to a cart, and calculate shipping costs. It was developed as an interview challenge and is deployed live on Vercel.
The project uses Next.js as the React framework, Chakra UI for styling, and Vercel for deployment. The setup instructions require Node.js and Yarn to run the project locally.
Yes, the project is released under the MIT license, so it can be freely used, modified, and distributed. The source code is available on GitHub.
The live demo is hosted at https://react-challenge-rafael.vercel.app/. The README also includes screenshots of the interface in the .github/screenshots directory.
The project was created by Rafael Goulart (GitHub user RafaelGoulartB) as a React challenge for an interview. The GitHub repository name indicates it was prepared for Supera, and the README credits him as the author.
