ayotycoon / plugman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLUGMAN πŸš€πŸš€πŸš€πŸš€

Made in Nigeria

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:

npm start

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.

Folder structure

/.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

Major take away

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

Whats left?

Utilities

Ability co copy and paste request both with keyboard shortcuts and on mouse click

Environment variables

Variables should be introduced so as to make some modifications easier

Scripting

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

About


Languages

Language:TypeScript 90.3%Language:SCSS 7.0%Language:HTML 2.0%Language:JavaScript 0.7%Language:Shell 0.0%