Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

ReactJS App for the Adapt team to display performance data queried by hostname and domain

Notifications You must be signed in to change notification settings

hydroframe/adapt-performance-benchmark-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adapt Performance Benchmark React App

Generic badge

Description

This App is built using ReactJS and various components. This app pulls data from a Flask API that queries a MongoDB database.

Quick Start

Requirements:
  • NPM
  • Node (v14)
  • Flask API running and accessible

Follow these instructions for running the React App during development

  1. Clone this repository wherever you'd like
  2. Open a terminal in the root project directory
  3. Run npm install to install all node modules
  4. Run npm start to start the development server

Deployment

  1. Make sure your environment satisfies all requirements
  2. Clone this respository
  3. Open a terminal in the root project directory
  4. Run npm install to install node modules
  5. Run npm run build to initiate production build
  6. Copy static build files found in /build to web server folder

Notes

  • The Flask API URL is declared in index.js

TODO

  • This project could use a refactoring to a more accessible and easy file structure
  • Some components could be broken up into more simple components
  • Many of the functions could be simplified and/or optimized

About

ReactJS App for the Adapt team to display performance data queried by hostname and domain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published