dev-AshishRanjan / Hacktoberfest-Frontend

Make your Pull Request for Hacktoberfest 2023 in the Web domain specially Frontend. And give this repo a ⭐
https://frontend-database.netlify.app
MIT License
14 stars 37 forks source link

Blurry loader eniola ademola #15

Closed EniolaAdemola closed 9 months ago

EniolaAdemola commented 9 months ago

Describe your change:

Checklist:

ATTACH SCREEN-SHOTS

Before After
< Before Image > < After Image >
netlify[bot] commented 9 months ago

Deploy Preview for frontend-database ready!

Name Link
Latest commit bf65d0b8ef092e9cc980d8300d0684e161cb6b44
Latest deploy log https://app.netlify.com/sites/frontend-database/deploys/652152b67e779100083adf35
Deploy Preview https://deploy-preview-15--frontend-database.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

pr-explainer-bot[bot] commented 9 months ago

Pull Request Report

Hey there! I've created a report for the pull request. Let's dive in!

Changes

  1. Modified ProjectList.json:
    • Added a new project called "Blurry Loading" by Eniola Ademola.
    • Updated the tags for the "Payment Gateway System" project.

Suggestions

Bugs

Improvements

const scale = (num, in_min, in_max, out_min, out_max) => {
  return ((num - in_min) * (out_max - out_min)) / (in_max - in_min) + out_min;
};

Rating

I would rate the code a 9 out of 10. Here's why:

That's it for the pull request report. Let me know if you need any further assistance. Happy coding! 😄