Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunals131/notes-app-appwrite
https://github.com/kunals131/notes-app-appwrite
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunals131/notes-app-appwrite
- Owner: kunals131
- Created: 2021-10-08T14:33:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T08:53:01.000Z (about 3 years ago)
- Last Synced: 2024-08-02T07:24:00.756Z (4 months ago)
- Language: JavaScript
- Size: 4.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# **📑Notes App with React and Appwrite**
![React Logo](./ReadmeResources/file.svg)# 🔷About the app:
#### Its a notes app in which user can signin (Powered by appwrite's authentication) or signup and create notes with different categories. It store notes in appwrite's database and uses appwrite's API to create/edit and delete notes.
![Login Page](./ReadmeResources/loginscreenshot.jpg)
![Inside the app](./ReadmeResources/inside.jpg)## ♦ Features
1. User Authentication (Sign In and Sign Up)
1. Create and delete notes.
1. Add different categories.
1. Manage your notes throughout different categories.
## Features Demo :
1. User Authentication :
![Inside the app](./ReadmeResources/login2.gif)2. Create, Edit and Delete Notes :
![Inside the app](./ReadmeResources/createnote.gif)
3. Create Category and manage notes according to categories.
User can create different notes with different categories but new users get a default category called RECENTS which contains all the notes
![Inside the app](./ReadmeResources/createcategory.gif)### How to run?
yarn start
ornpm start