A web-app made with React JS to analyze Sachin Tendulkar's ODI career.
npm install
npm start
React JS, Tailwind CSS, Express with Node JS, React-Redux
Used Chrome DevTools to analyze which components are rendered. The page load time is under 2 seconds (Calculated using a chrome tool).
Visualized the build using webpack build anazlyzer to know the modules' sizes and optimizing the performances.
Implemented React.lazy and Suspense which reduced the application bundle size by 72%.
Used service worker to register and run the script in background for faster performance.
Used netlify to host the app. Visit Sachin Tendulkar