Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek532 committed Jul 23, 2024
1 parent fa70e36 commit 9956418
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
🧸
<h1 align="center">
<img src="https://zagrodzki.me/_next/image?url=%2Fimg%2Fprojects%2Fteddy%2Fthumbnail.png&w=3840&q=75" alt="app logo" width="100%"/>

</h1>

<h4 align="center">Teddy - personalized AI assistant</h4>

## Project Overview 🎨

Custom desktop AI app wrapper built on top of OpenAI GPT API especially for enhancing daily workflow and saving time doing repeatable stuff.
When you find something not working open an [issue](https://github.com/Bartek532/teddy/issues) or directly make a [pull request](https://github.com/Bartek532/teddy/pulls). Enjoy!

## Read more

[Read full case study →](https://zagrodzki.me/work/teddy)

## Tech/framework used 🧰

| Tech | Description |
| -------------------------------------------------------------------- | ----------------------------------------- |
| [Typescript](https://www.typescriptlang.org/) | Javascript superset language |
| [Tauri](https://tauri.app/) | Desktop framework for multi-platform apps |
| [React](https://reactjs.org/) | Library for building user interfaces |
| [GPT](https://openai.com/api/) | Most advanced large language model |
| [Tauri Rust Store](https://github.com/tauri-apps/tauri-plugin-store) | Tauri plugin for storing data locally |
| [Github Actions](https://github.com/features/actions) | Automations for workflow improvements |
| [SCSS](https://sass-lang.com) | CSS with superpowers |
| [React Hook Form](https://react-hook-form.com) | Forms with easy-to-use validation |
| [Husky](https://hub.apw.apptypicode/husky) | Git hooks |
| [ESLint](https://eslint.org/) | TypeScript linting |
| [Prettier](https://prettier.io/) | Code formatter |

## Installation 💿

```bash

git clone https://github.com/Bartek532/teddy.git

pnpm install

pnpm run tauri dev

```

0 comments on commit 9956418

Please sign in to comment.