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
- Host: GitHub
- URL: https://github.com/fasakinhenry/note-app
- Owner: fasakinhenry
- Created: 2024-10-13T20:35:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T06:50:41.000Z (over 1 year ago)
- Last Synced: 2025-12-01T17:28:24.180Z (7 months ago)
- Topics: appwrite, hacktoberfest, notes, notes-app, todo
- Language: JavaScript
- Homepage: https://jotnote.vercel.app
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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)