Skip to content

pure-js/local-microblogging-client

Repository files navigation

Local Microblogging Frontend Client

Micro blog app, using HTML / CSS / TS and React. The App allow you to view your news feed, add new posts and delete posts. Posts are stored locally, without using a back-end. The visual design is left to your discretion. CRUD implemenation with React;

Tech Stack

  • React
  • TypeScript
  • TailwindCSS
  • Storybook

Contribution

$ pnpm i
$ pnpm run dev

Production build

$ pnpm run build

Deploy to Github pages

$ pnpm run deploy