Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.89 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.89 KB

“I’m seeking a maintainer for this repository. As many are ⭐ it for learning purposes, it would be valuable to have someone update it with the latest changes. Unfortunately, I’m tied up with other commitments and unable to maintain it at the moment. Thanks in advance!”

Realtime Blog App made using React and PocketBase

Visitors

PocketBase is an Open Source backend comprises of only one single file, written in Go, for more info visit: https://pocketbase.io/

For beginner friendly Todo app using React+PocketBase visit: blog, repo is now part of the official PocketBase show-and-tell and awesome-pocketbase

Backend

Setup pocketbase locally --> spin up the server --> Create a new collection named posts --> and add these fields to it

field type required
title Text true
content Text true
imgurl URL false
user User false
likes json false

Changes: Added redux, deployed on vercel.

Features:

  • Authentication 🔒
  • List/View 🪟
  • Create 🪄
  • Update 🧑🏻‍💻
  • Responsive

Some screenshots of the application:

  • Home Page

s1

  • Login Page

Screenshot 2022-10-10 at 21-18-16 Realtime Blog