This project is a web application built with React that allows users to create and visualize decision trees. It is bootstrapped with Create React App.
- Create decision trees with custom nodes and branches.
- Visualize decision trees in an interactive format.
- Save and load decision tree structures.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sideffect263/decision-tree-app.git cd decision-tree-app
-
Install dependencies:
npm install
-
Start the development server:
npm start
Open http://localhost:3000 to view it in the browser.
This project also includes a backend server for model training. The backend server repository can be found here. Ensure to follow the instructions in that repository to set up and run the backend server.
In the project directory, you can run:
Runs the app in the development mode. The page will reload if you make edits. You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.
Note: this is a one-way operation. Once you eject
, you can't go back! This command will remove the single build dependency from your project.
Contributions are welcome! Please follow these steps to contribute:
- 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.
Feel free to check the issues page for ideas on what to work on, or to report bugs and request features.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions, feel free to reach out to the repository owner.
This project was bootstrapped with Create React App.