Skip to content

Commit

Permalink
index page
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarAdel committed Feb 24, 2024
1 parent 9262a5b commit 955a6e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Hookverse

Welcome to the documentation for the `hookverse` package, a collection of custom React hooks for various functionalities.

## Introduction

`hookverse` is a collection of reusable React hooks designed to simplify common tasks in React application development. Each hook addresses specific use cases and aims to enhance the development experience by providing easy-to-use abstractions.

## Installation

To install the `hookverse` package, use your preferred package manager. For example, with npm:

```bash
npm install hookverse

```

## Contribution

Contributions are welcome from anyone! Feel free to contribute by opening issues, submitting pull requests, or suggesting improvements. Let's build hookverse together!
Empty file removed src/useFetch.md
Empty file.

0 comments on commit 955a6e8

Please sign in to comment.