An interactive and visually engaging project to showcase randomly generated name tag stickers inspired by the tech and development world. This fun and customizable tool is perfect for events, coding communities, or just having some creative fun!
- 🎨 Dynamic Sticker Generation: Generate name stickers dynamically with vibrant tech-inspired colors and random rotations.
- 🖼️ Interactive Design: Stickers animate on hover, with smooth transitions and a polished "pop-in" effect.
- 📱 Responsive Layout: Stickers are displayed in a responsive grid, adapting to various screen sizes.
- 🖋️ Customizable: Easily update names, colors, or styles to match your needs.
- ⚡ Tech Vibes: Clean, modern design with a monospace font and a color palette inspired by the tech world.
├── index.html # Main HTML file
├── assets/
│ ├── style.css # Custom styles
│ └── script.js # Interactive functionality
└── README.md # Project documentation
- Clone the repository or download the files:
git clone https://github.com/DimitriTedom/STS_TechStickers.git
- Open the project folder:
cd STS_TechStickers
- Open
index.html
in your favorite browser.
Modify the names
array in script.js
to add or change the list of names.
const names = ["Dimitri", "Tafotsi", "SnowDev", "CodeNinja", "BugFixer", "Techie"];
Change the colors
array in script.js
to customize the palette.
const colors = ["#2ecc71", "#3498db", "#9b59b6", "#e74c3c", "#f1c40f"];
Update style.css
to adjust animations, layouts, or fonts.
Include a link to a live demo or screenshot if possible:
- Add user input to dynamically enter names.
- Integrate local storage to save and reload sticker configurations.
- Add random fonts or stickers for extra personalization.
- Generate downloadable images for each sticker.
Contributions are welcome! Feel free to fork the project and submit pull requests.
- Design inspired by modern tech vibes.
- Fonts used: JetBrains Mono.
- Colors inspired by Flat UI Colors.
For any questions or suggestions, feel free to reach out at:
📧 wilfried.tedom@facsciences-uy1.cm
🔗 GitHub Profile