Build Your Own Chrome Extension

Build your own Chrome extension. Chrome extensions are a software programs that extends the functionality of the Google Chrome web browser. They are typically written in HTML, CSS, and JavaScript, and they modify or enhance the browser’s functionality in some way. Chrome extensions can add new features, customise the appearance of websites, improve productivity, block ads, manage passwords, and much more. You can install and manage Chrome extensions through the Chrome Web Store. ...

Programming Projects

Build Your Own Crontab Tool

Build a tool to help software engineers understand and generate crontab expressions. ...

Programming Projects

Build Your Own Front-end Framework

Build your own front-end framework inspired by React or Vue. This project covers virtual DOM implementation, component lifecycle management, state handling, and reactive rendering — giving you deep insight into how modern UI frameworks work under the hood. ...

Programming Projects

Build Your Own Spotify Client

Build your own Spotify client using the Spotify API. ...

Programming Projects