From a9560a73045e797ba946f5c442420a828564ba27 Mon Sep 17 00:00:00 2001 From: ThijmenGThN Date: Wed, 6 Dec 2023 21:46:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20WIP=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++------- src/components/Header.tsx | 12 +++++++----- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 464274b..a363744 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ -# next-leaflet +# Wiki -An optimized tech stack for efficiency, an all-in-one solution to quickly build modern web apps. +A catalogue of saved knowledge served via a web-based app. -Looking for the [(directus)](https://github.com/ThijmenGThN/next-directus) branch? +![preview](https://i.imgur.com/QUbK6zW.png) -![preview](https://i.imgur.com/uNKXhM7.png) +# Work in progress -For now; next-leaflet is deemed to be stable, but usage in a production environment is not suggested. - -Use at your own discretion! +- Searching for items +- Explorable categories +- Item Management + - CRUD + - C: Title, Content +- Item rating + - List ranking by rating # Features diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 53ab569..1881bba 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -4,11 +4,13 @@ import { Link } from '@/helpers/navigation' export default function Header() { return (
- -

- Wiki -

- +
+ +

+ Wiki +

+ +

Maintained by Thijmen Heuvelink