Skip to content

pure-js/local-microblogging-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Microblogging Frontend Client

The app allows you to browse your news feed, add new posts, edit and delete them. The posts are stored locally in the browser, without using the backend. TLDR: React CRUD

Tech Stack

  • React
  • TypeScript
  • daisyUI & TailwindCSS
  • Dexie.js (indexedDB wrapper)
  • Storybook

Contribution

$ pnpm install
$ pnpm run dev

Production build

$ pnpm run build

NX

| Build system, optimized for monorepos