Overview
Front-end Tips is a series of super tiny, quick tips, tricks, and best practices for front-end development. The series covers different topics such as CSS, HTML, JavaScript, TypeScript, and browser developer tools. This project is developed by Nguyen Huu Phuoc, who loves building products and sharing knowledge.
Features
- Super Tiny Tips: Each tip is short and concise, making it easy to grasp and implement.
- Quick Tricks: The series offers quick tricks that can be applied to front-end development.
- Best Practice Recommendations: The tips and tricks provided in this series are based on best practices in front-end development.
- Wide Range of Topics: Tips are classified into categories such as CSS, HTML, JavaScript, TypeScript, and browser developer tools.
- Contributing: The project welcomes pull requests from contributors who want to share their favorite tips.
- Markdown File Format: Contributors can submit their tips by creating a markdown file with the required metadata such as category, created date, tags, and title.
Installation
To contribute to Front-end Tips, follow these steps:
- Fork the repository.
- Clone the forked repository to your local machine.
git clone [repository_url]
- Navigate to the cloned repository.
cd front-end-tips
- Create a new markdown file in the
contents
folder with the following file structure:--- category: [Tip/Trick/Practice] created: [Date in yyyy-mm-dd format] tags: [comma-separated list of topics] title: [File name without extension] ---
- Add your tip content below the front matter in markdown format.
- Commit and push your changes to your forked repository.
git commit -m "Add new tip" git push origin master
- Create a pull request from your forked repository to the main repository.
Summary
Front-end Tips is a valuable resource for front-end developers looking for quick and actionable tips, tricks, and best practices. With a wide range of topics and a welcoming environment for contributors, this series provides practical solutions to common front-end development challenges. The project is actively maintained by Nguyen Huu Phuoc, who has a passion for building products and sharing knowledge.