A platform connecting founders with business ideas to incubation centers that can support them.
- Founder-Incubator Matching System
- Idea Triage Process
- Incubator Directory with Location-based Filtering
- Document Upload System
- Separate Login Portals for Founders and Incubators
plan-for-money/
├── public/ # Static assets (images, documents)
├── src/ # Source files
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ └── pages/ # HTML pages
└── index.html # Main landing page
- Clone the repository
- Open
index.htmlin your web browser - For development, use a local server (e.g., Python's SimpleHTTPServer or Node's http-server)
This project uses vanilla HTML, CSS, and JavaScript. No build process is required for development.
MIT License