Skip to content

Premsaldana/api-stuff

Repository files navigation

⚡ api-stuff

A modern API playground — explore, test, and interact with APIs in style.

Live Demo Vercel


About

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.

Features

  • 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.

🛠️ Tech Stack

Layer Technology
Frontend React / Next.js
Styling Tailwind CSS / CSS Modules
Deployment Vercel

Project Structure

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

About

api-stuff is an Angular-based user management application designed to perform CRUD operations against a RESTful API. Built with the latest Angular features, it provides a streamlined interface for viewing, adding, editing, and deleting user data.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors