Arafat7r5/blog-app — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple blog app with a frontend and backend in JavaScript. I want people to be able to open the site, see a clean list of blog posts, click a post to read the full article, and use a simple form to create new posts with a title, content, and author name.

Please make it feel like a real small blogging site, not just a demo page. Add basic editing and deleting for posts, show helpful loading and error messages, and keep the design clean and easy to use on desktop and mobile. The backend should store and return the posts through normal API routes, and the frontend should connect to it properly.

Set up the project so I can run the backend and frontend locally without confusion. Add clear instructions if needed. Keep it straightforward and don’t overcomplicate it. Look up current docs online if you need to.

Want more depth? Deep Reverse