Skip to content

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

Notifications You must be signed in to change notification settings

0thorderlogic/dpp

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.

Resources

License

Stars

Watchers

Forks