floydwch / srettam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, build the app:

yarn run build

Then, start the server:

yarn run start

Open http://localhost:3000/posts with your browser to see the result.

What Are Implemented

  • full features and bonus
  • ssr
  • a simple data repository

What Are Not Perfect

  • ui
  • typing
  • env
  • commit logs

Noted

  • the pagination occurs when there are more than 3 posts.
  • the orbitdb seems to lack the capability to perform advanced query, the implementation of pagination is thus underperforming.

About


Languages

Language:TypeScript 71.1%Language:JavaScript 15.4%Language:CSS 13.5%