Welcome to the Penn Labs Frontend Challenge!
If you have already done this challenge, there's a section below for you.
In this challenge, you will be building a product called Penn Course Cart in React! The goal of this challenge is for you to demonstrate:
More concretely, you will build an interface where users can explore computer science courses added at Penn, can add them to a cart, and checkout.
git clone <https://github.com/pennlabs/frontend-challenge-f24.git>
Make sure you have Node installed.
Navigate to the cloned directory in the command line and run npm install
Run npm run dev
Note: This project is bootstrapped with Vite using Typescript, so hot-reloading has been configured. This means after you run npm run dev
, the application will be recompiled automatically after a file is edited.