Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedanthb/bloggingly-frontend
bloogingly is a blogging platform, where you can upload and view blogs and create your own blog page. It’s built using TypeScript, React, Redux Toolkit, Tailwind CSS, React Quill Markdown Editor for the frontend and Node Express and TypeScript for the backend.
https://github.com/vedanthb/bloggingly-frontend
Last synced: about 8 hours ago
JSON representation
bloogingly is a blogging platform, where you can upload and view blogs and create your own blog page. It’s built using TypeScript, React, Redux Toolkit, Tailwind CSS, React Quill Markdown Editor for the frontend and Node Express and TypeScript for the backend.
- Host: GitHub
- URL: https://github.com/vedanthb/bloggingly-frontend
- Owner: VedanthB
- Created: 2022-10-04T12:21:34.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-28T14:31:49.000Z (about 2 years ago)
- Last Synced: 2023-03-06T18:55:02.537Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://bloggingly-frontend.vercel.app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# about
bloogingly is a blogging platform, where you can upload and view blogs and create your own blog page. It’s built using TypeScript, React, Redux Toolkit, Tailwind CSS, React Quill Markdown Editor for the frontend and Node Express and TypeScript for the backend.
[view live app](https://bloggingly-frontend.vercel.app/) | [GitHub Source Code](https://github.com/VedanthB/bloggingly-frontend) | [Backend Github Repo Link](https://github.com/VedanthB/bloggingly-backend) | [Backend Live Link](https://github.com/VedanthB/bloggingly-backend) | Backend Documentation
# tech Stack
**Client:** TypeScript, React, Redux Toolkit, TailwindCSS, React Quill Markdown Editor
**Server:** Node, Express, TypeScript
# features
- Google Auth using OAuth
- Upload and Create Blogs with a markdown editor
- Edit and Delete blogs
- Edit Profile
- Pagination for blogs
- Search using Search Index in mongodb
- Markdown Editor
- Upload images to cloudinary.
- Pagination for posts and comments.
- Add comments to blogs
- Reply to comments# images