Angular project built to follow Angular's official first app tutorial.
To try it locally, you'll need Node 24 and Angular 20. Once you got that, run:
npm installng serveornpm startnpx json-server --watch db.json(starts the http server with the mock data)