Git Product home page Git Product logo

acme_note's Introduction

README For All Neccessary Info.

Deployed on https://acme-note.netlify.app


A basic overview of your project.

  • Project is all about a web based note-taking application.
  • project has 5 sections namely:-
    • Hero Section with tagline and banner image.
    • AboutSec with some desciptive text.
    • IpadSec as ipads with apple pencil are most versatile devices for note-taking
    • Compatibility section as being a webapp acme note is compatible on nearly every device that can run a browser.

The framework you chose, along with any major plugins or packages you installed.

  • Framework used in this project is Reactjs v18.2.0.
  • Used Vite + yarn for devlopment. As this combo is blasing fast as compared to CRA(Create-React-App).
  • Used GSAP3/GreenSock3 as an animation engine ( its paid for some internal plugins but gives awesome plugins like scrollTrigger for free which simply is the best.).Its really great at optimizing its animations context which makes the animations look really awesome.
  • Used TailwindCSS for its utility classes , as writing whole css would have resulted in bigger bundle size as using tailwind with webpack allows us to take advantage of Tree Shaking where unused css is removed while making optimized build. And less bundle size results into fast load times.

The page load time of your landing page, and how you measured this time.

Before doing anything and using best practices my load time measured using lighthouse tool is as follows.

  • Performance is at --> 95%.
    • Performance metrices are as below.
      • FCP (First Contentful Paint) is at --> 1.4sec.
      • Speed Index is at --> 1.9sec.
      • LCP (Largest Contentful Paint) is at --> 2.4sec.
      • Time to Interactive is at --> 1.6sec.
      • TBT (Total Blocking Time) is at --> 190ms.
      • Cumulative Layout Shift is at --> 0.043.
  • Accessibility is at --> 75%.
  • Best Practices is at --> 92%.
  • SEO is at --> 83%.
  • PWA ( Progressive Web App ) - none.

Any optimizations you did to decrease the load time or increase page performance.

Step1 making all images into webp images. ( Affected Performance metric ).

  • Performance is at --> 97%.( 2% optimized )
    • Performance metrices are as below.
      • FCP (First Contentful Paint) is at --> 1.4sec.
      • Speed Index is at --> 1.9sec.
      • LCP (Largest Contentful Paint) is at --> 1.7sec. (29.2% optimized )
      • Time to Interactive is at --> 1.6sec.
      • TBT (Total Blocking Time) is at --> 190ms.
      • Cumulative Layout Shift is at --> 0.043.

step2 making all images available through CDN.

  • Performance is at --> 97%.
    • Performance metrices are as below.
      • FCP (First Contentful Paint) is at --> 1.4sec.
      • Speed Index is at --> 1.9sec.
      • LCP (Largest Contentful Paint) is at --> 1.7sec.
      • Time to Interactive is at --> 1.6sec.
      • TBT (Total Blocking Time) is at --> 70ms.63% optimized
      • Cumulative Layout Shift is at --> 0.043.

step3 working on accessibility metric as its at 75%.

  • after all of the changes like alt attribute in images and aria-label on buttons
  • Now all metrices look like this.
  • Performance is at --> 97%.
    • Performance metrices are as below.
      • FCP (First Contentful Paint) is at --> 1.4sec.
      • Speed Index is at --> 1.9sec.
      • LCP (Largest Contentful Paint) is at --> 1.7sec.
      • Time to Interactive is at --> 1.6sec.
      • TBT (Total Blocking Time) is at --> 70ms.
      • Cumulative Layout Shift is at --> 0.043.
  • Accessibility is at --> 96%. 11% optimized
  • Best Practices is at --> 92%.
  • SEO is at --> 92%. 9% optimized
  • PWA ( Progressive Web App ) - none.

for better sharing of results I also ran a test on GTmetrix.com and the result is as below.

  • Grade --> A
  • Performance --> 94%
  • Structure --> 94%
  • LCP --> 757ms ( which must be less than 1200ms).
  • TBT --> 0ms ( which must be less than 150ms).
  • CLS --> 0.14 ( which must be less than 0.1 ) needs improvement.

heres the link for overall result --> https://gtmetrix.com/reports/acme-note.netlify.app/AJw4X1uB/

acme_note's People

Contributors

sde-adnan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.