https://github.com/mitchi-02/react-blog
This is an ugly full stack web app for blog posting, built with React 18 and Firebase.
https://github.com/mitchi-02/react-blog
firebase firestore react tailwindcss typescript
Last synced: 3 months ago
JSON representation
This is an ugly full stack web app for blog posting, built with React 18 and Firebase.
- Host: GitHub
- URL: https://github.com/mitchi-02/react-blog
- Owner: Mitchi-02
- Created: 2023-02-07T17:29:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T15:34:53.000Z (over 2 years ago)
- Last Synced: 2025-03-17T21:50:18.437Z (over 1 year ago)
- Topics: firebase, firestore, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://react-blog-xmitchix.vercel.app/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Firebase Blog App
This is my first React project (Didn't focus much on the design part lol). A Full-stack web app for blog posting, built with React 18 (Typescript), Tailwind CSS, and Firebase (Firebase Auth, Firestore DB).
Users can authenticate, create posts, like them, and comment on them. You can visit the demo [React Blog Demo](https://react-blog-snowy-nu.vercel.app).
## Getting Started
Don't forget to put your Firebase app key in the env file.
```
cp .env.example .env
npm / yarn / pnpm install
npm / yarn / pnpm dev
```