bogdaaamn / playground-for-js

Simple examples that help you get started with Appwrite + JS (=❤️)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appwrite's JS Playground 🎮

Work in Progress

Appwrite playground is a simple way to explore the Appwrite API & JS SDK. Use the source code of this page to learn how to use the different Appwrite JS SDK features.

Appwrite Playground

Get Started

The demo/index.html file in this repository contains all the playground examples and source code.

You can learn how to to integrate your Appwrite JS SDK in your project and see how different features of the SDK can be used.

This playground doesn't include any Appwrite best practices but rather intended to show the most simple examples and use cases of using the Appwrite API.

Installation

  1. Fork this repository and clone it.
  2. Run npm install command
  3. Start a web server using npm start command
  4. Access http://localhost:8080 and start playing!

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

For security issues, kindly email us security@appwrite.io instead of posting a public issue in GitHub.

Follow Us

Join our growing community around the world! Follow us on Twitter, Facebook Page, Facebook Group or join our live Gitter community for more help, ideas and discussions.

About

Simple examples that help you get started with Appwrite + JS (=❤️)


Languages

Language:HTML 95.4%Language:JavaScript 4.6%