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

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

Awesome Lists containing this project

README

          


Instablog


## Snapshots 📸
![Snapshot of Instablog](https://github.com/Pappyjay23/instablog/assets/60526129/7dea749f-4d5c-4502-b64f-eda640884f91)

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