https://github.com/mrpurushotam/blogapp
Made a blog app using firebase as backend for storing realtime data and Used reactjs as frontend. Along side that used ReactQuill Text editor for writing blogs and ReactToastify for alerts
https://github.com/mrpurushotam/blogapp
firebase firebase-auth firebase-database react-router-dom reactjs reactquill reacttoastify tailwind
Last synced: about 1 month ago
JSON representation
Made a blog app using firebase as backend for storing realtime data and Used reactjs as frontend. Along side that used ReactQuill Text editor for writing blogs and ReactToastify for alerts
- Host: GitHub
- URL: https://github.com/mrpurushotam/blogapp
- Owner: MrPurushotam
- Created: 2023-12-22T09:33:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T20:57:56.000Z (over 1 year ago)
- Last Synced: 2025-09-17T07:33:21.841Z (9 months ago)
- Topics: firebase, firebase-auth, firebase-database, react-router-dom, reactjs, reactquill, reacttoastify, tailwind
- Language: JavaScript
- Homepage: https://testapp-e916e.web.app/
- Size: 734 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space
A Baas Archieture based blog app. Which uses some professient libraries like react-router-dom , ReactQuill , Firebase , React-Toastify.
Used TailwindCss.
Will make the code live pretty soon after i am done with all the nesseary update. For the time being below are some screenshot of the code.
## Screenshots




## Installation
How to setup? Run the following commands in terminal to clone the repo & run
```bash
git clone "https://github.com/MrPurushotam/BlogApp.git"
cd BlogApp
npm install
npm start
```