-
Notifications
You must be signed in to change notification settings - Fork 0
This calculator helps you figure out if the drone parts you want to buy will actually work together and fly well. Think of it like checking if your computer parts are compatible, but for drones.
License
0thorderlogic/dpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Drone Part Picker --- Project Structure: src/ ├── context/ │ └── PartContext.jsx # Shared state for selections and weights ├── pages/ │ ├── Calculator.jsx # Primary Part Picker │ ├── WeightPage.jsx # Calculation & component weights │ └── DataViewer.jsx # Tabbed data tables ├── utils/ │ └── dataLoader.js # PapaParse CSV logic ├── App.jsx # Routing and Header └── index.css # Original barebones styling
About
This calculator helps you figure out if the drone parts you want to buy will actually work together and fly well. Think of it like checking if your computer parts are compatible, but for drones.