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
- React
- TypeScript
- daisyUI & TailwindCSS
- Dexie.js (indexedDB wrapper)
- Storybook
$ pnpm install
$ pnpm run dev
$ pnpm run build
| Build system, optimized for monorepos
- Run "pnpm exec nx run-many -t build" to run the build target for every project in the workspace. Run it again to replay the cached computation. https://nx.dev/features/cache-task-results
- Run "pnpm exec nx graph" to see the graph of projects and tasks in your workspace. https://nx.dev/core-features/explore-graph