Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasucp1207/preact-appwrite-todolist
TodoList Demo using preact-js with appwrite
https://github.com/vasucp1207/preact-appwrite-todolist
appwrite preact
Last synced: about 1 month ago
JSON representation
TodoList Demo using preact-js with appwrite
- Host: GitHub
- URL: https://github.com/vasucp1207/preact-appwrite-todolist
- Owner: vasucp1207
- License: mit
- Created: 2022-10-07T12:57:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T22:24:46.000Z (about 2 years ago)
- Last Synced: 2024-10-12T23:50:10.542Z (2 months ago)
- Topics: appwrite, preact
- Language: JavaScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## TodoList Demo using preact-js with appwrite
https://user-images.githubusercontent.com/85363195/194565519-a79031e1-a823-4c84-b3ec-348e417f07e2.mov
### Highlights
- Complete CRUD functionality.
- Use [preact-js](https://preactjs.com/) **signal** for handling the states.
- Use [appwrite](https://appwrite.io/) for **backend services** such as authentication and database.### Setup
- Fork the repo to your account.
- Clone your forked repo using
``
git clone https://github.com//preact-appwrite-todoList.git
``
- Open your clone project in your preferable editor.
- Open terminal and install dependencies ``npm install``.
- Start the project on localhost by running ``npm run dev``, now app is running on your localhost type [localhost:8080](https://localhost:8080) in browser to launch the app.### Contributing
First off, thanks for taking the time to contribute!
All types of contributions are encouraged and valued. See the **Setup section** for setup the project. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us and smooth out the experience for all involved. The community looks forward to your contributions.