A collection of small demo and learning projects.
| App | Description | Stack |
|---|---|---|
| world-clock | World clock with multiple timezones | React |
| employee-app | Full-stack employee management CRUD app | React + FastAPI + MongoDB |
Each app is self-contained. Navigate into an app folder and run:
cd apps/<app-name>
npm install
npm startapps/
├── world-clock/ # React world clock app
└── employee-app/ # React + FastAPI + MongoDB employee CRUD app