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

https://github.com/fasakinhenry/note-app

Eww, I am creating the forbidden note app that is in every one's done project list. Shows my unending love for appwrite. A repository to tinker with learning Appwrite Integration
https://github.com/fasakinhenry/note-app

appwrite hacktoberfest notes notes-app todo

Last synced: 4 months ago
JSON representation

Eww, I am creating the forbidden note app that is in every one's done project list. Shows my unending love for appwrite. A repository to tinker with learning Appwrite Integration

Awesome Lists containing this project

README

          

![todo](https://github.com/user-attachments/assets/1e3a06de-00d9-4c98-99dc-e8a6522cbc02)
# Note App

This is a place to test out AppWrite's features. The Note app is really self-explanatory, isn't it?

I don't really think this is a notes app that allows you to write notes. I know that's what you are expecting, but oops, sorry to disappoint you. This is more of a todo app synonymous with the famous Google Notes, which is one of Google's best products. You know what I mean. It is the most used app in the world, isn't it? Why would they even have a Notes App?

> If Google can make a notes app then who am I not to.? kekw 😆🤣😂

## Features of the Note app(or glorified todo list)

- Add Notes (sorry tasks)
- Deleted Notes
- Show as a completed Note

## Why I built the Notes App

I should be serioud now. Maybe investors would want to invest in my Notes App 😂. The Notes app is just a project that helpsto show how CRUD operations are done in appwrite.

## Goals of the Project

- Create a wrapper to make fetching from database easy with the help of my custom built wrapper(./appwrite/databases.js) which helps you to access database in this format.

```js
db.product.list()
```

> Copyright 2024, Made with 💖 by Fasakin Henry [Github](https://github.com/fasakinhenry)