An open API service indexing awesome lists of open source software.

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

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

![HomePage](./public/HOME.jpeg)
![ProfilePage](./public/PROFILE.jpeg)
![CreatePost](./public/WRITE.png)
![SigninPage](./public/SIGININ.jpeg)

## 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
```