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-f22.git>
Make sure you have Node installed.
Navigate to the cloned directory in the command line and run yarn
or npm install
Run yarn start
or npm start
Note: This project is bootstrapped with Create React App (CRA) using Typescript, so hot-reloading has been configured. This means after you run yarn start
or npm start
, the application will be recompiled automatically after a file is edited.