-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
25 lines (16 loc) · 824 Bytes
/
Readme.txt
File metadata and controls
25 lines (16 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# DevTools Suite
A browser-based toolkit providing **code starters, API testing, and developer utilities** like SHA-256 hashing, Base64 encoding/decoding, and JSON formatting.
## Features
- **Code Starters:** Prebuilt Python templates (SMTP, web scraping, Selenium automation)
- **API Tester:** Send GET, POST, PUT, DELETE, PATCH requests with custom headers and body
- **Utilities:** SHA-256 hash generator, Base64 encoder/decoder, JSON formatter/minifier
## Usage
1. Open `index.html` in any modern browser
2. Switch tabs to access **Code Starters**, **API Tester**, or **Utilities**
3. Fill inputs, click buttons, and view results instantly
## Built With
- HTML, CSS, JavaScript
- Browser `fetch` API for HTTP requests
- Web Crypto API for hashing
## License
MIT License