Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terieyenike/appwrite-svelte-list-app
Anything List app is a single app that lists all your activities, shopping lists, adventures etc. Anything you think of, the Anything List app is there for you.
https://github.com/terieyenike/appwrite-svelte-list-app
appwrite javascript svelte sveltekit vercel
Last synced: about 8 hours ago
JSON representation
Anything List app is a single app that lists all your activities, shopping lists, adventures etc. Anything you think of, the Anything List app is there for you.
- Host: GitHub
- URL: https://github.com/terieyenike/appwrite-svelte-list-app
- Owner: Terieyenike
- Created: 2023-04-17T21:22:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T17:29:08.000Z (about 1 year ago)
- Last Synced: 2024-04-24T09:41:02.340Z (7 months ago)
- Topics: appwrite, javascript, svelte, sveltekit, vercel
- Language: Svelte
- Homepage: https://svelte-list-app.vercel.app/
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anything List app
Built this project under the Svelte Hackathon using Svelte web technology to create a list app that is multi-functional for every day integrating it with [Appwrite](https://appwrite.io/).
Anything List app is a single app that lists all your activities, shopping lists, adventures etc. Anything you think of, the Anything List app is there for you.
## Proudly organised by
[Svelte Society](https://sveltesociety.dev/)
## Demo
![anything list app](https://user-images.githubusercontent.com/25850598/232615816-e83eeb31-daa7-4f20-ad34-51ec8c16ff6a.gif)
Try the demo [live](https://appwrite-svelte-list-app-vwoo.vercel.app/)
## Tech Stack
**Client:** Svelte, TailwindCSS
**Server:** Appwrite
## Create a Cloud Appwrite instance
[Appwrite Cloud](https://cloud.appwrite.io/)
## Run Locally
Clone the project
```bash
git clone [email protected]:Terieyenike/appwrite-svelte-list-app.git
```Go to the project directory
```bash
cd appwrite-svelte-list-app
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev -- --open
```## Environment variables
To run this project, you will need to add the following environment variables to your `.env` file
Reference the [.env.local](.env.local)
## Deployment
- [Vercel](https://vercel.com/)
## Authors
- [@terieyenike](https://www.twitter.com/terieyenike)