To Open the web app go to plugman.netlify.app.
This project was created with React, Typescript and redux.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
/.github/workflows
contains workflows to auto buld and deploy to production
/public
contains static files
/src
contains the actual code
/src/Providers
contains different providers, otherwise known as services
/src/components
contains the different react components
/src/store
contains the redux store configuration with different reducers and actions
The socket.service.ts
file in /src/Providers
contains all the socket configuration, emitters and listeners
The Workspace.service.ts
file in /src/Providers
contains all the Workspace data including the requests structure and different objects to keep track of the active state of each requests and folders
Ability co copy and paste request both with keyboard shortcuts and on mouse click
Variables should be introduced so as to make some modifications easier
Each request has a script tab, which tries to mimick that of post man where you can modify the body of the request and do some extra things. the tab is currently not functional