We’ve prepared three codebases for you. Based on your level of expertise, you can select the path you’d like to take. You can always change this later. You can also choose to use these techniques on your own codebase, but it may be more difficult to follow the course materials if you run into difficulties.
| Weekly Date Night Landing Page | Subscription tracker | Second opinion app | |
|---|---|---|---|
| Github URL | github.com/exiao/weekly-date-night | github.com/exiao/subscription-tracker | github.com/exiao/second-opinion |
| Difficulty | 🟢 Easy | 🟡 Medium | 🔴 Slightly hard |
| What is it? | A landing page advertising a date planning service | Upload a CSV, and analyze the transactions to flag unwanted subscriptions | Help overthinkers make decisions by getting a professional second opinion |
| Why this codebase? | If you want to start with something very simple to get used to the cursor interface. | If you are new to coding, this codebase is simpler because it only has two pages. | If you are a more advanced user, or you would like to add AI features to your products, use this codebase. |


github.com/exiao/weekly-date-night
Adds a recurring weekly calendar invite with different date ideas as titles

github.com/exiao/subscription-tracker
An app that parses through credit card CSV data, identifies subscription costs per year, and tells you what to cancel.