Skip to content

The Decision Tree App is a web application built with React that allows users to create and visualize decision trees. It provides an intuitive interface for building custom decision trees

Notifications You must be signed in to change notification settings

sideffect263/decision-tree-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decision Tree App 🌳

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.

Features ✨

  • Create decision trees with custom nodes and branches.
  • Visualize decision trees in an interactive format.
  • Save and load decision tree structures.

Installation 🛠️

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/sideffect263/decision-tree-app.git
    cd decision-tree-app
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

    Open http://localhost:3000 to view it in the browser.

Backend Server

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.

Available Scripts 📜

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

npm run eject

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.

Contributing 🤝

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. 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.

License 📄

This project is licensed under the MIT License. See the LICENSE file for details.

Contact 📧

If you have any questions, feel free to reach out to the repository owner.


This project was bootstrapped with Create React App.

About

The Decision Tree App is a web application built with React that allows users to create and visualize decision trees. It provides an intuitive interface for building custom decision trees

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published