This is a submission for the GitHub Finish-Up-A-Thon Challenge

What I Built

FakeAPI is a hosted REST API for testing and prototyping — real in-memory CRUD, no database, no auth. You create a workspace and get your own isolated copy of seed data with full CRUD, filtering, sorting, and pagination across Tasks, Users, and Projects.

There are other tools in this space, but none hit the exact combination I needed:

JSONPlaceholder