A Web App For Hackathon Admin Pannel to demonstrate where your admins can modify challenges easily
- yarn
-
Run
yarn install
to install the project dependencies. -
Run
yarn start
to run the app in development mode. -
App can be seen at:
http://localhost:3000/
Page Load TIme has been calculated by using the Lighthouse Tool.
-
There was render blocking javascript for google font causing delay, used method mentioned here to overcome the problem.
-
Import for
react-ace
editor was long tasks running during page load, Converted it to Lasy loaded component usingReact.lazy()
for code-splitting and delaying it's loading. -
Only importing used Module in a component from library rather than importing whole library.
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.