Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 55 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,71 @@ Devty
This tool is inspired from
<a href="https://devutils.com/" >DevUtils</a>
</p>
<div align="center">
<br>
<img src="https://img.shields.io/github/repo-size/pratyushtiwary/devty?style=for-the-badge" />
<img src="https://img.shields.io/github/issues/pratyushtiwary/devty?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-closed-raw/pratyushtiwary/devty?style=for-the-badge" />
<br>
<img src="https://img.shields.io/github/forks/pratyushtiwary/devty?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-pr/pratyushtiwary/devty?style=for-the-badge" />
<img src="https://img.shields.io/github/issues-pr-closed-raw/pratyushtiwary/devty?style=for-the-badge" />
<br>
<img src="https://img.shields.io/github/stars/pratyushtiwary/devty?style=for-the-badge" />
<img src="https://img.shields.io/github/last-commit/pratyushtiwary/devty?style=for-the-badge" />
<img src="https://img.shields.io/github/commit-activity/y/pratyushtiwary/devty?style=for-the-badge" />
</div>

<img src="screenshot.png" width="100%" alt="Devty Homepage Screenshot">



## How does it works?

Devty doesn't have any backend, it uses browser APIs and libraries to provide tools. For example the [`Hash Generator`](https://devty.vercel.app/hash_generator) tool uses [`Google's CryptoJS Library`](https://www.npmjs.com/package/crypto-js) to generate different hash of a given string directly in your browser

**Devty doesn't have any backend and is a frontend specific app. No data is ever sent to the backend**

## How can I add my custom module?
### How can I add my custom module?
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move this inside Contributing section please

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done with changes please check and make it under hacktooctober before merge

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this from here since this has been moved under contributing

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ayush-Tibrewal please fix this


Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section in `docs`

## Attribution


## 🤝 Contributing

Contributions to Devty are welcome! If you would like to contribute, please follow these steps:

1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/your-feature
```
3. Make your changes and commit them:
```bash
git commit -m 'Add your changes'
```
4. Push the branch:
```bash
git push origin feature/your-feature
```
5. Open a pull request.


### How can I add my custom module?

Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section in `docs`


## Community

<div align="center">
<a href="https://github.com/pratyushtiwary/devty/graphs/contributors">
<img src="https://contrib.rocks/image?repo=pratyushtiwary/devty" />
</a>
</div>

## Attribution
This project uses [`DevUtils`](https://devutils.com) as inspiration.