This project is a React-based interactive application that showcases various algorithms, simulations, and tools. It was bootstrapped with Create React App.
The NickSpace application provides an engaging way to explore and interact with:
- Pathfinding Algorithms: Visualize and understand how different pathfinding techniques work.
- Game Theory Simulations: Experiment with game theory concepts like Nash equilibrium.
- Project Quotation Calculator: Calculate project costs based on resources, timelines, and overheads.
- Description: The landing page introduces the application and provides links to explore the features.
- Path:
/
- Description: Visualize pathfinding techniques like A* and interact with a grid-based simulation.
- Path:
/pathfinding
- Description: Simulate game theory strategies and analyze results with visualizations and history tracking.
- Path:
/game-theory
- Description: Calculate project costs and generate quotations based on input parameters like headcount, days, and profit margin.
- Path:
/project-calculator
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.