This is a simple web project that allows users to view all submitted project ideas. The ideas are stored locally in the browser's Local Storage, making it a lightweight and easy-to-use solution for small-scale idea collection.
Features
Displays all project ideas submitted by users
Each idea shows the name, project title, and description
Uses Local Storage to persist data between sessions
Responsive and clean UI
Simple "Back to Add Idea" link for easy navigation
How it Works ️
Users submit their project ideas via a separate form (e.g., index.html).
The submitted ideas are stored in the browser's Local Storage under the key "ideas".
This page (all-ideas.html) retrieves and displays all stored ideas in a neat, card-style layout.
If no ideas are stored, a friendly message is show