https://github.com/jcserv/html-cheatsheet
A cheatsheet for every HTML tag.
https://github.com/jcserv/html-cheatsheet
html
Last synced: about 2 months ago
JSON representation
A cheatsheet for every HTML tag.
- Host: GitHub
- URL: https://github.com/jcserv/html-cheatsheet
- Owner: jcserv
- Created: 2024-09-04T23:19:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T02:17:39.000Z (9 months ago)
- Last Synced: 2025-02-09T12:28:33.437Z (3 months ago)
- Topics: html
- Language: TypeScript
- Homepage: https://html-cheatsheet-coral.vercel.app
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTML Cheatsheet
This simple web app provides short descriptions of each and every HTML tag, as well as examples of how to use them.
The design is heavily influenced by the [Tailwind CSS Cheat Sheet](https://www.creative-tim.com/twcomponents/cheatsheet).

## Getting Started
1. Clone the repository
2. Run `pnpm i`
3. Run `pnpm dev`
4. Open [localhost:5173](http://localhost:5173) in your browser## Contributing
* Contributions are welcome! Please open an issue or submit a PR.