api-stuff is an Angular-based user management application that performs CRUD (Create, Read, Update, Delete) operations through a RESTful API. The project utilizes Angular's latest features, including standalone components and Signal-based forms, to manage a list of users.
- Full CRUD Integration — Seamlessly fetch, add, edit, and delete user records from a remote JSON database.
- Modern Angular Architecture — Built with Angular v21 using standalone components and Signal-based state management for efficient performance.
- Dynamic Routing — Features a dedicated routing system for navigating between the product list, user creation, and editing views.
- Typed Data Handling — Uses TypeScript interfaces and HttpClient to ensure type safety when interacting with the backend API.
| Layer | Technology |
|---|---|
| Frontend | React / Next.js |
| Styling | Tailwind CSS / CSS Modules |
| Deployment | Vercel |
api-stuff/
├── app/ # Next.js App Router pages
├── components/ # Reusable React components
├── lib/ # Utility functions & API helpers
├── public/ # Static assets
└── ...
Made with ❤️ by Prem Saldana