Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.37 KB

3D Filament Tier List

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.

Description

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.

Live Demo

Check out the live demo of the project here: 3D Filament Tier List

Project Structure

  • 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.

Usage

To view the project locally:

  1. Clone the repository:
    git clone https://github.com/rubenayla/3d-filament-tier-list.git
    cd 3d-filament-tier-list
  2. Open index.html in your browser to view the website.

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments