Skip to content

Commit 23ca863

Browse files
Update README.md
1 parent 9add911 commit 23ca863

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Visit
2+
3+
Try Out : [NodeDev](https://nodedev.vercel.app/) using `email` : `aditya@email.com` and `password` : `aditya@01`.
4+
15
# React + Vite
26

37
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:
711
- [@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
812
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
913

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.
21+
22+
# Demo
23+
24+
- Login
25+
26+
![Screenshot 2025-01-24 010801](https://github.com/user-attachments/assets/57c69fcf-0870-4510-b2f3-2280666fcd96)
27+
28+
- SignUp
29+
30+
![Screenshot 2025-01-24 010820](https://github.com/user-attachments/assets/1aced80c-e825-4ddc-8b83-b4342b83fb78)
31+
32+
- AddPost
33+
34+
![Screenshot 2025-01-23 160807](https://github.com/user-attachments/assets/533c92c4-ac58-4a57-93a7-a97ddeb5aca8)
35+
36+
- Home
37+
38+
![Screenshot 2025-01-24 010702](https://github.com/user-attachments/assets/f32fc653-d343-4a59-8983-4bc8b380d4f8)
39+
40+
- EditPost
41+
![Screenshot 2025-01-24 011231](https://github.com/user-attachments/assets/ea80a432-325b-470f-a001-e5b9c2584fb2)

0 commit comments

Comments
 (0)