Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.