Wings of Nature is a collab between PML and CFP
- Insect Identification: Use user-submitted photos and data for identification.
- Data Collection: Custom React Native app integrated with Ushahidi or Leaflet for data collection.
- Data Visualization: Dashboard for real-time analytics on insect diversity.
- Geospatial Mapping: Map insect diversity across different regions.
- Community Engagement: Gamify the identification process to encourage user participation.
- Frontend: React Native for the app, [Your Dashboard Tech]
- Data Collection: Ushahidi or Leaflet
- Backend: [Your Backend Tech]
- Database: [Your Database Tech]
Note this project uses pnpm
as the package manager. Replace with npm run
or yarn
if needed.
Get started
git clone https://github.com/codeforpakistan/WingsOfNature.git
cd WingsOfNature
pnpm install
Development mode
pnpm dev
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.