Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnv17/devtools-clone


https://github.com/mnv17/devtools-clone

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# DevTools Clone
### Overview
This project is a clone of developer tools used for inspecting network requests and other functionalities. It's built using React.js with Tailwind CSS for styling.

### Tech Stack
1. React.js
2. Tailwind CSS
3. Regular CSS

### Running the App
To run the application, follow these steps:

### Copy the Proxy URL:

1. URL: "https://cors-anywhere.herokuapp.com/corsdemo"
2. Click on "give me temporary access"
### Start the Application:

Run the application using your preferred method (e.g., npm, yarn):

```bash
npm start
```
or

```yarn
yarn start
```

### Accessing the App:

Open your web browser and navigate to the local development server where the app is running (usually http://localhost:3000).
### Features
Fetching Requests: Fetches various types of network requests (e.g., images, CSS, JavaScript) from a specified URL.
Filtering: Allows filtering of fetched requests based on type.

### Contributing
Contributions are welcome! Feel free to fork this repository and submit pull requests to propose changes or improvements