This project is a simple website that displays a tier list of various 3D printing filaments based on their properties. The information is sourced from the video "The 3D Filament Tier List! Which Should YOU Use?" by Zack Freedman.
The website categorizes filaments into different tiers (S, A, B, C, F) and provides detailed information about each filament, including its description, pros, cons, and a link to the specific timestamp in the video.
Check out the live demo of the project here: 3D Filament Tier List
index.html
: The main HTML file that contains the structure of the website.filaments.json
: The JSON file that contains the data for each filament.README.md
: This file.
To view the project locally:
- Clone the repository:
git clone https://github.com/rubenayla/3d-filament-tier-list.git cd 3d-filament-tier-list
- Open
index.html
in your browser to view the website.
Contributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request.
This project is licensed under the MIT License.
- Zack Freedman for the amazing video: The 3D Filament Tier List! Which Should YOU Use?