Smit2010 / Discover-IPL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discover-IPL

This project is done for Task given by Atlan. Task - A Web App to search and filter through IPL data (data provided by the team).

Live Project

Project Link

Data

Data was provided to me in form of csv and I converted it into json for ease of use in development process.

Page Load Time

Since the application only renders static data, the initial overall page load time was 3 seconds (determined by analytic tool - Web.Dev). I further reduced the time to 2.4 seconds by using React.lazy() for code-splitting and asynchronous imports.

About


Languages

Language:JavaScript 99.7%Language:HTML 0.3%