Skip to content

Commit

Permalink
readme: add Tech Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
oggnimodd committed Oct 23, 2023
1 parent 89f3d13 commit 305d272
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,18 @@ For instance, you can create an "Email" snippet with subject, recipient, body te
![Email snippet](./apps/docs/public/images/screenshots/showcase-email.gif)

### Definition Snippet
![Definition snippet](./apps/docs/public/images/screenshots/showcase-definition.gif)
![Definition snippet](./apps/docs/public/images/screenshots/showcase-definition.gif)

## Tech Stack
The AI Prompt Snippets chrome extension is built using the following technologies:

- [React JS](https://react.dev/) and [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/) as the bundler
- [Bun](https://bun.sh/) as the package manager
- [Next UI](https://nextui.org/) as the UI component library
- [Tailwind CSS](https://tailwindcss.com/) for styling
- [Headless UI](https://headlessui.com/) for building other atomic ui component that is not provided by Next UI
- [Ladle](https://ladle.dev/) for developing component in isolation
- [Cypress](https://docs.cypress.io/guides/component-testing/overview) for component testing
- [Playwright](https://playwright.dev/) for extension e2e testing
- [Starlight](https://starlight.astro.build/) for documentation ([astro](https://astro.build/) based framework)

0 comments on commit 305d272

Please sign in to comment.