Browser Extension

screenshot of Browser Extension
react
tailwind
material-ui

Browser extension that enhances the FACEIT experience and adds useful features

Overview:

Repeek (formerly FACEIT Enhancer) is a browser extension designed to enhance the FACEIT experience for users. Originally created to replace the outdated FACEIT HELPER extension, Repeek offers useful features and additional information from the FACEIT API. With over 700,000 users and growing, Repeek aims to make the FACEIT experience easier and more enjoyable by automating tasks and providing valuable data. The creator of Repeek was even approached by FACEIT and eventually landed a job with them. However, it is important to note that Repeek is developed independently and is not officially endorsed by or affiliated with FACEIT.

Features:

  • Ready up for matches automatically
  • Accept party invites automatically
  • View players' Elo and country in match rooms
  • View teams' Elo in match rooms
  • See how much Elo you'll win or lose
  • Access player statistics of the last 20 matches in match rooms
  • Track the amount of Elo you have won and lost in your match history
  • And more! All features are configurable to your personal preferences.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.