A mini project that shows whom doesn't follow you back on Github

Overview

Doesn't follow you back

This is a simple and basic project that shows you whom doesn't follows you back on Github, so you can challenge them to a duel.

Use

Just star this repository and go to the website.

Linter

This proyect uses the airbnb eslint style guide. For running it, you can use the following command:

yarn lint # Check linting
yarn lint --fix # Automatic fix linting

Contribute

Feel free to contribute opening a PR.

Missing

  • Improve the way to get the next page of the followers/following in the API call
  • Add CI
You might also like...

A collection of utilities I use when making vanilla js applications. A mini-framework if you will.

R2.js A collection of utilities I use when making vanilla js applications. Installation Copy ./r2.js over to your project. It small. Do wtf u want wit

Dec 2, 2022

Follow along with blog posts, code samples, and practical exercises to learn how to build serverless applications from your local Integrated development environment (IDE).

Follow along with blog posts, code samples, and practical exercises to learn how to build serverless applications from your local Integrated development environment (IDE).

Getting started with serverless This getting started series is written by the serverless developer advocate team @AWSCloud. It has been designed for d

Dec 28, 2022

A fresh look for the Hackage. Follow us: https://twitter.com/HackageUI

A fresh look for the Hackage. Follow us: https://twitter.com/HackageUI

Hackage UI Fresh look for the https://hackage.haskell.org/. Work in progress. Search Search on Hoogle. Search on Hackage. Full-text search integration

Dec 28, 2022

Dar follow em um lista de usuários a partir de um perfil :milky_way:

Follow-Github Dar follow em um lista de usuários a partir de um perfil OBS: 'follow_users_v2' para funcionar corretamente, é recomendado usar o DevToo

Jul 6, 2022

Analyzify's open-source guide & codes on Shopify Pixels & Customer Events. Follow this repo to stay up-to-date with the new pixels.

Analyzify's open-source guide & codes on Shopify Pixels & Customer Events. Follow this repo to stay up-to-date with the new pixels.

Shopify Customer Events & Shopify Pixels Shopify has announced yet another phenomenal feature: Shopify Customer Events also known as Shopify Pixels. O

Dec 8, 2022

Do i follow JS best practices?

To-Do-List-code-review Do i follow JS best practices? Built With HTML CSS JavaScript ES6 Webpack Live Demo (https://kelvin-ben.github.io/To-Do-list/)

Oct 10, 2022

Everyone is welcomed here to contribute different web projects. Do follow the Contributors Guidelines

Everyone is welcomed here to contribute different web projects. Do follow the Contributors Guidelines

WebMine Add your Web Development Projects Here This is the repository were you can contribute all your Web Projects. Duplicate projects will not be me

Oct 30, 2022

GitHub starter project link: https://github.com/buildspace/waveportal-starter-project

Running React on Repl.it React is a popular JavaScript library for building user interfaces. Vite is a blazing fast frontend build tool that includes

Jun 5, 2022
Comments
  • add airbnb eslint

    add airbnb eslint

    What?

    • Add airbnb eslint
    • Add eslint commands
    • Autocorrect eslint
    • Correct eslint errors
    • Add eslint rules

    Why?

    To standardize code rules

    How?

    Installing the package, running the commands and fixing if necessary.

    opened by Baelfire18 2
  • feat(counter): add counter to each UserDisplay

    feat(counter): add counter to each UserDisplay

    You can change the color themes, now they are in tailwind 500, to follow the standard in the code

    What?

    I added a color counter to each UserDisplay

    Why?

    I found it necessary and useful

    How?

    Using tailwind css

    Screnshots

    In my case, looks like this: image

    opened by Baelfire18 2
  • feat(dont-follow-back): add new UserDisplay

    feat(dont-follow-back): add new UserDisplay

    What?

    I added a new UserDisplay section which contains the users you don't follow back.

    Why?

    This feature was missing and I found it useful

    How?

    I copied the logic of doesntFollowBack

    Screnshots

    In my case, looks like this: image

    opened by Baelfire18 2
  • chore(deps): bump terser from 5.14.1 to 5.14.2

    chore(deps): bump terser from 5.14.1 to 5.14.2

    Bumps terser from 5.14.1 to 5.14.2.

    Changelog

    Sourced from terser's changelog.

    v5.14.2

    • Security fix for RegExps that should not be evaluated (regexp DDOS)
    • Source maps improvements (#1211)
    • Performance improvements in long property access evaluation (#1213)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
Owner
Nicolas Massardo
Software Engineer at Examedi | Software Engineering student
Nicolas Massardo
In this project we made a Tv shows webpage where you can like or comment the different shows.

JS Capstone Project In this project we made a Tv shows webpage where you can like or comment the differents shows. Built With HTML CSS JavaScript Lint

Lucas Bonnefon 4 Mar 16, 2022
It's a mini project where we can search GitHub users and it will display the user repo details

GitHub User Search It's a mini project where we can search github users and it will display the user repo details Want to see live preview » ✧ View De

Mohit Sehrawat 3 Nov 25, 2022
TV Shows Web App - A web application based on an external API which contains information about TV shows

TV Shows Web App - A web application based on an external API which contains information about TV shows. th web app let you like the shows that you like the most and comment what you think about them making use of an involvement API to save this interaction information.

Williams Colmenares 14 Dec 17, 2022
TV Shows Web App - A web application based on an external API which contains information about TV shows

TV Shows Web App - A web application based on an external API which contains information about TV shows. th web app let you like the shows that you like the most and comment what you think about them making use of an involvement API to save this interaction information.

Williams Colmenares 14 Dec 17, 2022
Look up a city and get back weather forecast for searched city and top News headline related to that city and an interactive map which shows the location of that city.

WeatheredVibes Description As a user I want to look up a city to get the current weather and suggested current news articles based on the location sea

Sepideh Ayani 3 Mar 12, 2022
This shows NFT tracking in the certain wallet using express back-end.

nft-tracking-for-solana-wallet Express backend for NFT tracking in the certain wallet. Webhook for scraping secondary marketplace information for part

null 10 Nov 16, 2022
Automatically follow and unfollow GitHub users.

???? English ???? Português About ?? Script to follow or unfollow users from the current GitHub page. Information ℹ Empty. How to use ??‍?? To start u

Yuri 21 Jan 2, 2023
Flipkart Clone using MERN Stack with proper File Structure and also follow MVC architecture. You can view live app.

Flipkart Clone MERN APP Dhaval Patel's Flipkart Clone is done with top-notch features for the entrepreneur startups like Flipkart. It has strong authe

Dhaval Patel 50 Dec 29, 2022
A social network where you can share posts, view your profile metrics and follow other users.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Rui Neto 16 Aug 21, 2022
PokemonNFT started as Buildspace Project - "Create your own mini turn-based NFT browser game" - ROSE Emerald Paratime Testnet

Welcome to PokemonNFTGame ?? Buildspace Project - Create your own mini turn-based NFT browser game ✨ Demo Install npm install Usage npm run dev Blockc

Alberto Cruz Luis 7 Oct 3, 2022