https://github.com/pappyjay23/instablog
A blog website where you can post your ideas and view those of others
https://github.com/pappyjay23/instablog
context-api firebase react-router-dom reactjs
Last synced: 3 months ago
JSON representation
A blog website where you can post your ideas and view those of others
- Host: GitHub
- URL: https://github.com/pappyjay23/instablog
- Owner: Pappyjay23
- Created: 2022-09-14T15:06:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T02:05:12.000Z (over 2 years ago)
- Last Synced: 2025-07-03T09:42:06.438Z (about 1 year ago)
- Topics: context-api, firebase, react-router-dom, reactjs
- Language: JavaScript
- Homepage: https://instablog-v1.netlify.app/
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Instablog
## Snapshots 📸

## Tech Stack ✨
- [React.js](https://reactjs.org/) - UI Library
- [Firebase](https://firebase.google.com/) - Database and Authentication
- [Create React App](https://create-react-app.dev/) - Build tool
- [Netlify](https://www.netlify.com/) - Hosting and Deployment
## How to run locally 💻
Follow these steps to run Instablog on your local machine.
### Clone this repository
```bash
git clone https://github.com/Pappyjay23/instablog.git
```
### Navigate to directory
```bash
cd instablog
```
### Install NPM
```bash
npm install
```
### Run
Run the development server to view the app.
```bash
npm start
```
Now, you can navigate to http://localhost:3000/ to view the app.
### Build
```bash
npm run build
```
## Credits ✍
Implementation by [@Pappyjay23](https://github.com/Pappyjay23)