Skip to content

Suryansh2002/shitpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shitpost

To install dependencies:

bun install

To run:

bun run start

Motivation

This project was created to share memes and jokes with friends.

I have decided to keep things simple because I wanted to use htmx and do things the traditional way.

Architecture

  • Session is persisted and mainted using cookies without any external libraries

  • Responses are sent as HTML components from server which are then handled by HTMX on client'

Features

  • Users can make post and delete them when they want
  • Write comments on other's post, like, disklike

Simple and Minimal

Screenshots

Home

Home

Login

Login

Submit Post

Submit Post

Manage Post

Manage Post