https://github.com/georgewpark/decision-tree
This project demonstrates how a decision tree can be created using Tailwind CSS.
https://github.com/georgewpark/decision-tree
css decision-tree tablist tailwindcss
Last synced: 3 months ago
JSON representation
This project demonstrates how a decision tree can be created using Tailwind CSS.
- Host: GitHub
- URL: https://github.com/georgewpark/decision-tree
- Owner: georgewpark
- License: mit
- Created: 2022-09-27T14:45:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T16:43:48.000Z (11 months ago)
- Last Synced: 2025-01-15T11:12:26.510Z (4 months ago)
- Topics: css, decision-tree, tablist, tailwindcss
- Language: HTML
- Homepage: https://cdpn.io/poVwZzP
- Size: 664 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Decision Tree
This project demonstrates how a decision tree can be created using Tailwind CSS.

## Live Demo
A live demo is available on [CodePen](https://cdpn.io/poVwZzP) and [Netlify](https://decision-tree-tailwind.netlify.app/).
## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.
## Project Setup
From the root directory, install project dependencies by running `npm install` from the terminal.
Build the files and start the local dev server by running `npm run dev` from the terminal. This should open the dev site automatically at http://localhost:3000/.
You can build the files without starting the dev server by running `npm run build` from the terminal to compile the development build or `npm run prod` to compile the production build.