Welcome to the Prompt Vault! This repository is a curated collection of structured coding prompts and challenges designed for testing Large Language Models (LLMs) or for developers looking for project ideas. Each prompt provides detailed requirements, design constraints, and technical specifications to build standalone web applications.
The following table summarizes the coding tasks available in this repository:
| File Name | Description | Difficulty |
|---|---|---|
| Easy/Bubble_Sort_Visualizer.md | Focused Bubble Sort visualizer explaining basic movement and color states. | π’ Easy |
| Easy/ToDo_List.md | Multi-step tutorial for building a persistent task manager from scratch. | π’ Easy |
| Medium/Sorting_Visualizer.md | Real-time visualization of 6 sorting algorithms with stats and smooth animations. | π‘ Medium |
| Hard/Kanban_Board.md | Full-featured Kanban board with native Drag & Drop, filtering, and persistence. | π΄ Hard |
| Hard/Markdown_Editor_Desktop.md | Desktop Markdown editor built with Tauri 2, featuring native file system access. | π΄ Hard |
| Advanced/LLM_Speedometer.md | Local LLM performance benchmarking tool using Tauri and Vue.js with real-time charting. | π£ Advanced |
| Advanced/Feed_Aggregator.md | Full-stack Nim RSS aggregator with a background crawler and web interface. | π£ Advanced |
| Advanced/Hantavirus_Simulation.md | Interactive 2D hantavirus simulation in Rust & Bevy 0.18 with environmental infection model, configurable population, real-time SIR stats, day/night cycle, and save/load support. | π£ Advanced |
Each task is defined in its own Markdown file. You can:
- Provide the content of a file as a prompt to an AI coding assistant.
- Use the requirements as a specification for your own practice projects.
- Test how different models handle complex UI/UX and logic requirements.
All projects are designed to be self-contained in a single index.html file unless otherwise specified.