Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Files

Latest commit

d85630c · Dec 11, 2022

History

History

ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 7, 2022
Oct 6, 2022
Nov 8, 2021
Oct 22, 2020
Apr 20, 2020
Nov 3, 2020
Feb 3, 2020
Oct 28, 2021
Dec 12, 2019
Oct 27, 2020
Apr 10, 2020
Dec 4, 2019
Dec 11, 2022
Dec 11, 2022
Mar 29, 2022

Packet Café UI

Data Input

This tool supports Drag and Drop onto the upload page.

Development

This project is built with ReactJS.

This project is bootstrapped using create-react-app.

Here are quick scripts to get started:

  • npm install: Install Node dependencies
  • npm start: Start the hot reloading development server inside the ui folder
  • npm run start-server: Start the production express server
  • npm test: Run the test suit and watch for changes.
  • npm build: Build a production optimized bundle of the app.

Project Structure

  • src/components contains modular components to each page

Resources