You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try Out : [NodeDev](https://nodedev.vercel.app/) using `email` : `aditya@email.com` and `password` : `aditya@01`.
4
+
1
5
# React + Vite
2
6
3
7
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
@@ -7,5 +11,31 @@ Currently, two official plugins are available:
7
11
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
12
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
13
10
-
# Note
11
-
- It takes some time for redux to hydrate the state so please wait for some time before creating a new post
14
+
# Description
15
+
- A blogging website built using Appwrite as a backend.
16
+
- Multiple users can access it to write their own blogs along with media support.
17
+
- Realtime text editor using [TinyMCE](https://www.tiny.cloud/).
18
+
- Upon login home section will show all your posts.
19
+
- You can also see other users post under `AllPosts` section.
20
+
- Ability to `Delete` and `Edit` the posts created by you at any time.
0 commit comments