Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the super interesting front-end projects on Github?

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "what are the super interesting front-end projects on Github". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn what are the super interesting front-end projects on Github.

1 、 echarts-map-demo

Front-end developers often use map views to do things like heat map effects, and using maps inevitably requires access to geoJson files, which is really troublesome to find. This open source project solves the pain point of finding geoJson files. It obtains the real-time latest geojson data through the map API, and gets rid of the trouble that the geojson file data is out of date. Provinces, cities, districts and counties drill down. To achieve a real drill down to the county level, not just to the city level. You can also download the latest geojson data.

2 、 vue-hash-calendar

This open source project is a mobile date and time selection plug-in. Two modes are supported: month mode, sliding left and right to switch month, and weekly mode, sliding left and right to switch week. It is based on vue 2.x development of calendar components, support for gesture sliding operation, native js development, without the introduction of third-party libraries.

3 、 vConsole

This is a lightweight, extensible, front-end developer debugging panel for mobile web pages. Generally speaking, in the process of web application development, console.log can be used to output some information, but the information of console.log can not be seen on the mobile side. VConsole can help us solve this problem, of course, you can also choose to use alert, but it is troublesome, it will also block the js event loop, and the debugging experience and efficiency are very poor.

4 、 parsedown

This is a small and beautiful Markdown parsing library for PHP. It provides the ability to convert standard Markdown text to HTML strings and has good documentation. There is only one master file, and there is almost no dependency except that the PHP version limit must be higher than 5.3. it can be introduced through composer or you can use Parsedown.php files directly. There are a lot of regular expressions used in this project, so you can use it as an example of learning regular expressions, as well as complete unit tests.

5 、 Daily-Interview-Question

Do you have any friends who want to change jobs? this project is very suitable for you. Every day, many people take part in the answer, and the content is also very new. it can be used as a daily surprise study and make progress every day. Three months later, you will be asked to climb another tall building and see a different self.

6 、 Karma

It automates unit tests and allows you to execute js code in multiple browsers. Make your TDD easy, fast, and fun.

Thank you for your reading, the above is the content of "what are the super interesting front-end projects on Github". After the study of this article, I believe you have a deeper understanding of what the super-interesting front-end projects on Github have, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report