Save and manage your list of favorite blogs. See other's blog list and give a like to their collections if you find it interesting.
Visit at https://bloglist-chakraui.herokuapp.com/.
Manage Blog List | New Blog |
---|---|
Blog Detail | Login Page |
List of Users | |
Client: React, ChakraUI
Server: Node, Express, MongoDB
Other: JWT Authentication
- Register a new account
- Login your account to manage your own blog list
- Create and delete your own blog list
- See and give a like to other's blog list
- Add a comment to a blog list
- See list of users and its amount of posted blog list
You can fill the username and password with admin to log in for demo purposes or register a new account.
React state is immutable and behaves asynchronously, the right method is needed to make sure the components can still render the newest state update.
The front end & the back end part of this repository is moved from the previous following source to make the directory cleaner:
Back end: https://github.com/ranjabi/fullstackopen2022/tree/main/part4/bloglist