Skip to content

Commit

Permalink
📝 WIP notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Dec 6, 2023
1 parent 48d3abf commit a9560a7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<b>Looking for the [(directus)](https://github.com/ThijmenGThN/next-directus) branch?</b>
![preview](https://i.imgur.com/QUbK6zW.png)

![preview](https://i.imgur.com/uNKXhM7.png)
# Work in progress

<b>For now; next-leaflet is deemed to be stable, but usage in a production environment is not suggested.</b>

<b>Use at your own discretion!</b>
- Searching for items
- Explorable categories
- Item Management
- CRUD
- C: Title, Content
- Item rating
- List ranking by rating

# Features

Expand Down
12 changes: 7 additions & 5 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ import { Link } from '@/helpers/navigation'
export default function Header() {
return (
<div className="flex flex-col gap-y-3 text-center">
<Link href="/">
<p className="text-2xl font-semibold hover:cursor-pointer">
Wiki
</p>
</Link>
<div className='flex justify-center'>
<Link href="/">
<p className="text-2xl px-4 font-semibold hover:cursor-pointer">
Wiki
</p>
</Link>
</div>
<p className="text-sm">
Maintained by Thijmen Heuvelink
</p>
Expand Down

0 comments on commit a9560a7

Please sign in to comment.