Skip to content

Personal blog app built with React using Firebase authentication, Firestore, and Firebase Hosting.

License

Notifications You must be signed in to change notification settings

iamharky/fire-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FireBlog

Personal blog app built with React using Firebase authentication, Firestore, and Firebase Hosting.

GitHub license

💻 Demo

The app is live on Firebase: https://blog-harky.web.app/

🚀 Installation


🧪 Testing with Static Data

  • Change all of the pages directories to templates in App.jsx

  • Import and use Create and Edit pages as CreateEdit

  • Go to src > components > atoms > CardDate and then comment out the 7th line, comment the 8th line to avoid date format error

  • Now you can run & test the project without Firebase initialization

You should initialize a Firebase web app and configure the project to use it with real data.


MIT License

Copyright (c) 2020 Turgut Yavuz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.