Clone of Y combinator.
Purpose: Test basic react skills.
First approach:
1. Use public hackernews API to simulate fake data. Will allow for users/input later.
* https://github.com/HackerNews/API
2. Start on the format/UI frame. A basic table with links.
Green color scheme - brat green?
# Start with Next.js
recommended by react.dev
I wanted to do vanilla react, but it's not well documented.
```shell
npx create-next-app@latest
```
# Tech Stack
Windows with WSL2
VS Code
GitHub https://github.com/briancharlesmeehan/zcombinator