Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuocng/frontend-tips
Super tiny, quick tips, tricks and best practices of front-end development
https://github.com/phuocng/frontend-tips
best-practices css developer-tools eleventy front-end front-end-development html javascript tips-and-tricks
Last synced: 4 days ago
JSON representation
Super tiny, quick tips, tricks and best practices of front-end development
- Host: GitHub
- URL: https://github.com/phuocng/frontend-tips
- Owner: phuocng
- License: mit
- Created: 2021-02-21T03:22:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T11:16:51.000Z (over 1 year ago)
- Last Synced: 2025-01-10T18:15:51.381Z (11 days ago)
- Topics: best-practices, css, developer-tools, eleventy, front-end, front-end-development, html, javascript, tips-and-tricks
- Language: MDX
- Homepage: https://phuoc.ng/collection/tips
- Size: 15.2 MB
- Stars: 624
- Watchers: 10
- Forks: 53
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Front-end Tips
A series of super tiny, quick tips, tricks and best practices of front-end development.
The series cover different topics:
- CSS
- HTML
- JavaScript
- TypeScript
- Browser developer tools## Contributing
Pull requests are welcomed. To submit your favorite tip, please create a markdown file, and put it in the [contents](contents) folder.
The content of markdown file has to look like```md
---
category: ___
created: '___'
tags: ___
title: ___
---The content of post
```- `category`: Can be one of `Tip`, `Trick` or `Practice`
- `created`: The date that post is created
- `tags`: The list of topic(s), separated by a comma
- `title`: Must match with the file name[Here](contents/convert-string-to-number.mdx) is an example.
## About
This project is developed by _Nguyen Huu Phuoc_. I love building products and sharing knowledge.
Be my friend on
- [Twitter](https://twitter.com/nghuuphuoc)
- [Github](https://github.com/phuocng)