subman-nextjs/README.md

17 lines
662 B
Markdown
Raw Normal View History

2024-10-01 08:54:59 +00:00
# Subman
## A self-hosted literary submission manager
2024-06-11 08:16:34 +00:00
2024-10-01 08:54:59 +00:00
I developed this project as a demonstration of my full-stack development abilities, utilizing:
2024-06-11 08:16:34 +00:00
2024-10-01 08:54:59 +00:00
- Nextjs
- Tailwind
- heavily customised Shadcn components
- an Sqlite database with Prisma ORM as intermediary
2024-06-11 08:16:34 +00:00
2024-10-01 08:54:59 +00:00
My previous attempt at this project was a Nodejs server with a React frontend, but this version is much better!
2024-06-11 08:16:34 +00:00
2024-10-01 08:54:59 +00:00
## What it does
Subman was inspired by my experiences submitting short fiction to magazines for publication. It allows the user to track where submissions are pending, in addition to meta-data such as genres, word count and so on. What you see here is the Minimum Shippable Product.
2024-06-11 08:16:34 +00:00