-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from theanmolmalik/theanmolmalik-patch-1
MeowForm Docs readme.md Updated.
- Loading branch information
Showing
1 changed file
with
102 additions
and
3 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,104 @@ | ||
# MeowForm Docs | ||
<p align="center"> | ||
<a href="https://docs.meowform.xyz/"> | ||
<h1 align="center">MeowForm Docs</h1> | ||
</a> | ||
<p align="center">This is just the documentation of <a href="https://github.com/tewarig/MeowForm">MeowForm.</a></p> | ||
</p> | ||
|
||
|
||
|
||
|
||
<h4 align="center"> Build Functional Forms Quite Easy and Fast without Writing any Backend </h4> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/tewarig/MeowForm/blob/master/LICENSE" target="blank"> | ||
<img src="https://img.shields.io/github/license/tewarig/MeowForm?style=flat-square" alt="MeowForm" /> | ||
</a> | ||
<a href="https://github.com/tewarig/MeowForm-docs/fork" target="blank"> | ||
<img src="https://img.shields.io/github/forks/tewarig/MeowForm-docs?style=flat-square" alt="MeowForm-docs forks"/> | ||
</a> | ||
<a href="https://github.com/tewarig/MeowForm-docs/stargazers" target="blank"> | ||
<img src="https://img.shields.io/github/stars/tewarig/MeowForm-docs?style=flat-square" alt=" stars"/> | ||
</a> | ||
<a href="https://github.com/tewarig/MeowForm-docs/issues" target="blank"> | ||
<img src="https://img.shields.io/github/issues/tewarig/torii?style=flat-square" alt="issues"/> | ||
</a> | ||
<a href="https://github.com/tewarig/MeowForm-docs/pulls" target="blank"> | ||
<img src="https://img.shields.io/github/issues-pr/tewarig/torii?style=flat-square" alt=" pull-requests"/> | ||
</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://docs.meowform.xyz/" target="blank">View Demo</a> | ||
· | ||
<a href="https://github.com/tewarig/MeowForm-docs/issues/new/choose">Report Bug</a> | ||
· | ||
<a href="https://github.com/tewarig/MeowForm-docs/issues/new/choose">Request Feature</a> | ||
</p> | ||
|
||
# 🙃 Introduction | ||
|
||
```bash | ||
https://docs.meowform.xyz/docs/intro | ||
``` | ||
|
||
## 🤔 Creating a Form | ||
|
||
```bash | ||
https://docs.meowform.xyz/docs/GettingStarted | ||
``` | ||
|
||
## 🧑🏫 Examples | ||
|
||
1. HTML | ||
|
||
```bash | ||
https://docs.meowform.xyz/docs/Html%20example/making%20form | ||
``` | ||
|
||
2. Node.js | ||
|
||
```bash | ||
https://docs.meowform.xyz/docs/Html%20example/making%20form | ||
``` | ||
|
||
3. React | ||
|
||
```bash | ||
https://docs.meowform.xyz/docs/Html%20example/making%20form | ||
``` | ||
|
||
4. React Native | ||
|
||
```bash | ||
https://docs.meowform.xyz/docs/Html%20example/making%20form | ||
``` | ||
|
||
## 👨💻 Author | ||
|
||
### 👤 Gaurav Tewari | ||
|
||
- Twitter: [@oyeTewari](https://twitter.com/oyeTewari) | ||
- Github: [@tewarig](https://github.com/tewarig) | ||
- Hashnode: [@tewarig](https://hashnode.com/@tewarig) | ||
|
||
## 💪 Thanks to the all Contributors | ||
|
||
Arigato!! for spending your time and making MeowForm work | ||
|
||
## 🙏 Support | ||
|
||
This project needs a ⭐️ from you. Don't forget to leave a star ⭐️ | ||
|
||
If you found the app helpful, consider supporting me with a coffee. | ||
|
||
<a href="buymeacoffee.com/tewarig"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50px"> | ||
</a> | ||
--- | ||
|
||
<h3 align="center"> | ||
We need a ⭐️ from you | ||
</h3> | ||
|
||
|
||
This website is build to help new users for getting started with meowforms | ||
|
||
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. |