Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnv17/devtools-clone
https://github.com/mnv17/devtools-clone
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnv17/devtools-clone
- Owner: Mnv17
- Created: 2024-07-10T13:54:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T12:42:43.000Z (4 months ago)
- Last Synced: 2024-07-15T14:59:26.806Z (4 months ago)
- Language: JavaScript
- Size: 217 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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