Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appwrite/playground-for-web

Simple examples that help you get started with Appwrite + Web (=❤️)
https://github.com/appwrite/playground-for-web

appwrite baas hacktoberfest javascript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Appwrite's Web Playground 🎮

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

![Appwrite Playground](preview.png)

## Get Started

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

You can learn how to to integrate your Appwrite Web 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

`NOTE: Commands are to be executed on Linux, Mac, and Windows(using Powershell)`

1. Fork this repository by clicking on the Fork button.
2. Clone the repo by running the command
```sh
$ git clone https://github.com/Your_Username/playground-for-web.git
```
3. Go inside the folder by command
```sh
$ cd playground-for-web
```
4. Run the command to install node modules
```sh
$ npm install
```
5. Start a web server by running using command
```sh
$ npm start
```
6. Access the url `http://localhost:8000` and start playing!

> Don't forget to update Appwrite endpoint and project ID

## 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](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md).

## Security

For security issues, kindly email us [[email protected]](mailto:[email protected]) instead of posting a public issue in GitHub.

## Follow Us

Join our growing community around the world! Follow us on [Twitter](https://twitter.com/appwrite), [Facebook Page](https://www.facebook.com/appwrite.io), [Facebook Group](https://www.facebook.com/groups/appwrite.developers/) or join our [Discord Server](https://appwrite.io/discord) for more help, ideas and discussions.