DEV Community

Cover image for I made a browser home page that shows the latest popular dev.to posts
Basel Akasha
Basel Akasha

Posted on • Updated on

I made a browser home page that shows the latest popular dev.to posts

Hello everyone!

I have made this minimalist page to use as my browser homepage. I thought it would be good to share it with you in case someone wants to use it.

Screenshot of the home page

It uses this API endpoint to get posts:
https://dev.to/api/articles?top=1&per_page=6

The project is structured to be scalable in case you want to add your custom things.

Some ideas to implement in the future:

  • Make a light mode
  • Use a different API endpoint to get the latest posts from your feed (user would need to authenticate it)

Any contributions are welcomed.

To use, download the index.html file from the build folder and set it as your browser home page.

GitHub: github.com/baselakasha/browser-homepage

Top comments (0)