A classic tools website featuring various utilities and games.
- HTML5 - Structure and semantics
- CSS3 - Styling and animations
- JavaScript - Game logic and interactivity
- Firebase Hosting - Static site deployment
- Prettier - Code formatting
- TailwindCSS - Utility-first CSS framework
Nothing
- Node.js and npm installed
- Clone the repository:
git clone https://github.com/zeteny/website.git
cd website- Install dependencies:
npm installJust open the HTML files in a browser or use a local server.
This project uses Prettier for consistent code formatting. To format the code:
npx prettier --write .This project is open source and available for educational purposes.
Contributions are welcome! Feel free to submit issues or pull requests to improve the games or add new features.
- Snake Game - Forked from https://github.com/NeonityDev/ChatGPTsnake
- Pac-Man Game - Forked from https://github.com/luciopanepinto/pacman