8000 GitHub - VivekTomar03/Dev-Tool: Dev Tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VivekTomar03/Dev-Tool

Repository files navigation


DevTools Replication Project

Overview

This project replicates Google Chrome's DevTools functionalities within a standalone web application using ReactJS and Tailwind CSS for styling. Context API is used for state management.

Functionalities Added

  • Request Monitoring:
    • Displays a list of network requests made by the page.
  • Throttling:
    • Limits the rate at which requests are processed to simulate network conditions.
  • Filtering by Initiator:
    • Allows filtering of requests by their initiator (first-party or third-party).
  • Filtering by Input Box:
    • Filters requests based on user-provided input criteria.

Technical Details

  • Framework: ReactJS
  • Styling: Tailwind CSS
  • State Management: Context API

Getting Started

To run the project locally:

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Start the development server with npm start.

Video Demo

The project is deployed at: Demo Video

GitHub Repository

Find the project on GitHub: DevTools Replication

Deployment

The project is deployed at: Deployed App

License

This project is licensed under the MIT License.


About

Dev Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0