├── .gitignore ├── LICENSE ├── README.md └── docs ├── consultancy-and-consideration.md ├── corruption-linker.md ├── education-dropouts.md ├── emergency-ambulance.md ├── health-ed-app.md ├── missing-person-app.md ├── save-my-life.md ├── school-solution.md └── track-bus.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/README.md -------------------------------------------------------------------------------- /docs/consultancy-and-consideration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/consultancy-and-consideration.md -------------------------------------------------------------------------------- /docs/corruption-linker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/corruption-linker.md -------------------------------------------------------------------------------- /docs/education-dropouts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/education-dropouts.md -------------------------------------------------------------------------------- /docs/emergency-ambulance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/emergency-ambulance.md -------------------------------------------------------------------------------- /docs/health-ed-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/health-ed-app.md -------------------------------------------------------------------------------- /docs/missing-person-app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/missing-person-app.md -------------------------------------------------------------------------------- /docs/save-my-life.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/save-my-life.md -------------------------------------------------------------------------------- /docs/school-solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/school-solution.md -------------------------------------------------------------------------------- /docs/track-bus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeForBangladesh/project-ideas/HEAD/docs/track-bus.md --------------------------------------------------------------------------------