Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 543 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 543 Bytes

DashTrack

Dashtrack is a free web performance tool that reports a website's user experience on desktop devices using the pageSpeed insight API.

Tech/Framework Used

  • React Js
  • ContextAPI
  • Vite
  • TypeScript
  • Tailwind CSS
  • Pagespeed API

Installation

This project requires node and npm installed globally.

Clone the repository to a directory of your choosing

$ git clone https://github.com/Racheal-spec/dash-track.git

Install the necessary packages

$ npm install

To run the server

$ npm start