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: about 1 month ago
JSON representation

Super tiny, quick tips, tricks and best practices of front-end development

Lists

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)