SpaceX Cargo Planner is application designed to automate the calculations required for planning shipment to Mars. With the increasing demand for interplanetary shipments, this application streamlines the process of determining the necessary cargo space for each shipment, ensuring efficient utilization of SpaceX's Starship cargo bays.
- Load existing shipments over the network.
- Filter, view, and edit shipments with ease.
- Calculate the required number of cargo bays for each shipment based on box units.
- Responsive design ensures usability on both desktop and smaller viewports.
- Unique URLs for each shipment detail view.
- Real-time updates as box units are edited.
- Intuitive user interface optimized for accessibility.
- Clean and maintainable codebase following best practices.
git clone https://github.com/your-username/spacex-cargo-planner.git
npm install
npm run dev
4) Open your browser and navigate to 'http://localhost:3000' to access the application
- Browse the list of loaded shipments.
- Click on a specific shipment to view its details.
- Edit the cargo box units and observe the real-time updates to the required cargo bays.
- React
- Next.js
- HTML5 & CSS3
- Javascript(ES6+)
Contributions are welcome! To contibute to this project, follow these steps:
- Fork the repository
- Create a new branch.
- Make your enhancements or fixes.
- Commit and push your changes.
- Create a pull request
This project is licensed under the MIT License.