Skip to content

orthizar/betweenthelines

Repository files navigation

BetweenTheLines

Enhancing communication within email threads.

Logo

Features

  • Chat to edit the email in a dialog
  • Spellchecking detects misspellings in realtime
  • History stores major changes to the text

Tech Stack

  • React JavaScript
  • TailwindCSS
  • Nspell
  • OpenAI

Installation

  git clone https://github.com/orthizar/betweenthelines.git
  cd betweenthelines
  npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_OPENAI_API_KEY=

REACT_APP_GOOGLE_API_KEY=

Run Locally

  npm start

Authors

Acknowledgements

Contributing

We welcome contributions from the community! To contribute to BetweenTheLines, follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes and commit them
  4. Push your changes to your fork
  5. Submit a pull request to the main repository