Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.66 KB

README.md

File metadata and controls

59 lines (50 loc) · 1.66 KB

FireBlog App

Check The Live Website ➡️ Live Website

Description

Project aims to create a FireBlog App.

Visualization of the Website

image

Project Skeleton

FireBlog App (folder)
|
|----readme.md
SOLUTION
├── public
│     └── index.html
├── src
│    ├── routers
│    │       ├── AppRouter.jsx
│    │       └── PrivateRouter.jsx
│    ├── components
│    │       ├── BlogCard.jsx
│    │       ├── Footer.jsx
│    │       └── Navbar.jsx
│    ├── contexts
│    │       ├── AuthContext.jsx
│    │       └── BlogContext.jsx
│    ├── helpers
│    │       ├── firebase.js
│    │       ├── functions.jsx
│    │       └── toastNotify.jsx
│    ├── pages
│    │       ├── About.js
│    │       ├── Dashboard.js
│    │       ├── Details.js
│    │       ├── Login.js
│    │       ├── NewBlog.js
│    │       ├── Profile.js
│    │       ├── Register.js
│    │       └── UpdateBlog.js
│    ├── assets.js
│    │       └── [images]
│    ├── App.js
│    ├── App.css
│    ├── index.js
│    └── index.css
│
├── package.json
└── yarn.lock

Used in this project

👉 I mastered ReactJS, React Router, Context, Formik, Yup, Firebase Realtime Database, Material UI, react-toastify, features in this project. You can see the visual representation of the website above.